fcron module: fix use with hardlink-optimized store

This commit is contained in:
Léo Gaspard 2017-10-09 23:44:28 +02:00
parent e34e28e573
commit 1afd97aa8f
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

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 = {