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 =
|
jobs.sabnzbd =
|
||||||
{ description = "sabnzbd server";
|
{ description = "sabnzbd server";
|
||||||
|
|
||||||
startOn = "network-interfaces/started";
|
startOn = "started network-interfaces";
|
||||||
stopOn = "network-interfaces/stop";
|
stopOn = "stopping network-interfaces";
|
||||||
|
|
||||||
exec = "${sabnzbd}/bin/sabnzbd -d -f ${cfg.configFile}";
|
exec = "${sabnzbd}/bin/sabnzbd -d -f ${cfg.configFile}";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user