12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/sbin/crond"
|
|
command_args="$DCRON_OPTS"
|
|
pidfile="/var/run/dcron.pid"
|
|
description="Dillon's lightweight cron daemon"
|
|
|
|
depend() {
|
|
use logger clock hostname
|
|
provide cron
|
|
}
|