mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
sabnzbd now really starts at boot
svn path=/nixos/trunk/; revision=22579
This commit is contained in:
parent
2a6819e03d
commit
e058f7ea45
@ -42,8 +42,8 @@ in
|
||||
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}";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user