3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #30261 from Ekleog/fcron-hardlink

fcron module: fix use with hardlink-optimized store
This commit is contained in:
Jörg Thalheim 2017-10-09 23:12:40 +01:00 committed by GitHub
commit a61304e3cb

View file

@ -146,7 +146,7 @@ in
--group fcron \
--directory /var/spool/fcron
# load system crontab file
/run/wrappers/bin/fcrontab -u systab ${pkgs.writeText "systab" cfg.systab}
/run/wrappers/bin/fcrontab -u systab - < ${pkgs.writeText "systab" cfg.systab}
'';
serviceConfig = {