mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
parent
f45f2fb67a
commit
44c3726dca
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ in
|
||||||
--group fcron \
|
--group fcron \
|
||||||
--directory /var/spool/fcron
|
--directory /var/spool/fcron
|
||||||
# load system crontab file
|
# 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 = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue