fcron: fixing the startOn, since upstart times.

This commit is contained in:
Lluís Batlle i Rossell 2013-04-17 00:19:39 +02:00
parent cc1ae918bd
commit 927a3e3ff2

View file

@ -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";