forked from mirrors/nixpkgs
I forgot the username in the system cron job for logrotate. So it did not work until now.
svn path=/nixos/trunk/; revision=21479
This commit is contained in:
parent
6daed6b8d2
commit
65a4991eee
|
@ -9,7 +9,7 @@ let
|
|||
cfg.config;
|
||||
|
||||
cronJob = ''
|
||||
5 * * * * ${pkgs.logrotate}/sbin/logrotate ${configFile}
|
||||
5 * * * * root ${pkgs.logrotate}/sbin/logrotate ${configFile}
|
||||
'';
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue