fcron: fixing the startOn, since upstart times.
This commit is contained in:
parent
cc1ae918bd
commit
927a3e3ff2
@ -101,7 +101,9 @@ in
|
|||||||
jobs.fcron =
|
jobs.fcron =
|
||||||
{ description = "fcron daemon";
|
{ description = "fcron daemon";
|
||||||
|
|
||||||
startOn = "startup and filesystem";
|
startOn = "startup";
|
||||||
|
|
||||||
|
after = [ "local-fs.target" ];
|
||||||
|
|
||||||
environment =
|
environment =
|
||||||
{ PATH = "/run/current-system/sw/bin";
|
{ PATH = "/run/current-system/sw/bin";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user