Author: wbreejen
Date: Tue Jul 13 14:45:44 2010
New Revision: 22579
URL: https://svn.nixos.org/websvn/nix/?rev=22579&sc=1

Log:
sabnzbd now really starts at boot

Modified:
   nixos/trunk/modules/services/networking/sabnzbd.nix

Modified: nixos/trunk/modules/services/networking/sabnzbd.nix
==============================================================================
--- nixos/trunk/modules/services/networking/sabnzbd.nix Tue Jul 13 14:14:33 
2010        (r22578)
+++ nixos/trunk/modules/services/networking/sabnzbd.nix Tue Jul 13 14:45:44 
2010        (r22579)
@@ -42,8 +42,8 @@
     jobs.sabnzbd =
       { description = "sabnzbd server";
 
-        startOn = "network-interfaces/started";
-        stopOn = "network-interfaces/stop";
+        startOn = "started network-interfaces";
+        stopOn = "stopping network-interfaces";
 
         exec = "${sabnzbd}/bin/sabnzbd -d -f ${cfg.configFile}";
       };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to