Remove remaining references to Upstart

This commit is contained in:
Eelco Dolstra
2013-10-31 13:26:06 +01:00
parent 456d8ec52b
commit c1159edc65
8 changed files with 39 additions and 59 deletions
+2 -2
View File
@@ -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
View File
@@ -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 ];