initial import
This commit is contained in:
12
dcron/dcron.initd
Normal file
12
dcron/dcron.initd
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
name="$SVCNAME"
|
||||
command="/usr/sbin/crond"
|
||||
command_args="$DCRON_OPTS"
|
||||
pidfile="/var/run/$SVCNAME.pid"
|
||||
description="Dillon's lightweight cron daemon"
|
||||
|
||||
depend() {
|
||||
use logger clock hostname
|
||||
provide cron
|
||||
}
|
||||
Reference in New Issue
Block a user