3
0
Fork 0
forked from mirrors/nixpkgs

fcron: install systab

fixes #25072
This commit is contained in:
Jörg Thalheim 2017-04-23 11:40:18 +02:00
parent f45f2fb67a
commit 44c3726dca
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

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