diff options
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/files/dcron.rc6 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index d9e0088d7bdf..65a716f96e21 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.rc6 @@ -6,7 +6,8 @@ depend() { start() { ebegin "Starting dcron" - start-stop-daemon --start --quiet --exec /usr/sbin/crond + start-stop-daemon --start --quiet --exec /usr/sbin/crond \ + -- >>/var/log/cron.log 2>&1 eend $? } |