Skip to content

Commit

Permalink
fcron: install systab
Browse files Browse the repository at this point in the history
fixes #25072
  • Loading branch information
Mic92 committed Apr 23, 2017
1 parent f45f2fb commit 44c3726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/scheduling/fcron.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit 44c3726

Please sign in to comment.