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