diff options
Diffstat (limited to 'init.d/cron')
-rwxr-xr-x | init.d/cron | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/init.d/cron b/init.d/cron deleted file mode 100755 index 280035e..0000000 --- a/init.d/cron +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/runscript - -start() { - ebegin "Starting cron" - crond $CRON_OPTS - eend $? -} - -stop () { - ebegin "Stopping cron" - killall crond - eend $? -} |