Remove remaining references to Upstart
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user