Index: repos/core-i686/service =================================================================== --- repos/core-i686/service (revision 166638) +++ repos/core-i686/service (working copy) @@ -2,7 +2,8 @@ Description=Periodic Command Scheduler [Service] -ExecStart=/usr/sbin/crond -n +EnvironmentFile=/etc/conf.d/crond +ExecStart=/usr/sbin/crond -n $CRONDARGS ExecReload=/bin/kill -HUP $MAINPID Restart=always Index: repos/core-x86_64/service =================================================================== --- repos/core-x86_64/service (revision 166638) +++ repos/core-x86_64/service (working copy) @@ -2,7 +2,8 @@ Description=Periodic Command Scheduler [Service] -ExecStart=/usr/sbin/crond -n +EnvironmentFile=/etc/conf.d/crond +ExecStart=/usr/sbin/crond -n $CRONDARGS ExecReload=/bin/kill -HUP $MAINPID Restart=always Index: trunk/service =================================================================== --- trunk/service (revision 166638) +++ trunk/service (working copy) @@ -2,7 +2,8 @@ Description=Periodic Command Scheduler [Service] -ExecStart=/usr/sbin/crond -n +EnvironmentFile=/etc/conf.d/crond +ExecStart=/usr/sbin/crond -n $CRONDARGS ExecReload=/bin/kill -HUP $MAINPID Restart=always