summaryrefslogtreecommitdiffstats
path: root/init.d/cron
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/cron')
-rwxr-xr-xinit.d/cron13
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 $?
-}