busybox: cron.service cosmetics

This commit is contained in:
Stephan Raue 2014-08-18 19:02:33 +03:00
parent 9822f05a77
commit 072e6f2a73

View File

@ -6,7 +6,7 @@ Requires=cron-defaults.service
ConditionPathExists=/storage/.cache/services/crond.conf
[Service]
ExecStartPre=/bin/sh -c 'mkdir -p /storage/.cache/cron/crontabs'
ExecStartPre=/bin/mkdir -p /storage/.cache/cron/crontabs
ExecStart=/sbin/crond -f -S
KillMode=process
TimeoutStopSec=1s