mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
fcron: fixing the startOn, since upstart times.
This commit is contained in:
parent
cc1ae918bd
commit
927a3e3ff2
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue