mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Remove remaining references to Upstart
This commit is contained in:
parent
456d8ec52b
commit
c1159edc65
8 changed files with 39 additions and 59 deletions
|
@ -1,5 +1,5 @@
|
|||
# This module defines an Upstart job that obtains the SSH key and host
|
||||
# name of virtual machines running on Amazon EC2, Eucalyptus and
|
||||
# This module defines a systemd service that obtains the SSH key and
|
||||
# host name of virtual machines running on Amazon EC2, Eucalyptus and
|
||||
# OpenStack Compute (Nova).
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Upstart jobs for libvirtd.
|
||||
# Systemd services for libvirtd.
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
|
@ -122,9 +122,6 @@ in
|
|||
wants = [ "libvirtd.service" ];
|
||||
after = [ "libvirtd.service" ];
|
||||
|
||||
# We want to suspend VMs only on shutdown, but Upstart is broken.
|
||||
#stopOn = "";
|
||||
|
||||
restartIfChanged = false;
|
||||
|
||||
path = [ pkgs.gettext pkgs.libvirt pkgs.gawk ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue