3
0
Fork 0
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:
Lluís Batlle i Rossell 2010-05-01 13:23:32 +00:00
parent 6daed6b8d2
commit 65a4991eee

View file

@ -9,7 +9,7 @@ let
cfg.config;
cronJob = ''
5 * * * * ${pkgs.logrotate}/sbin/logrotate ${configFile}
5 * * * * root ${pkgs.logrotate}/sbin/logrotate ${configFile}
'';
in