aports/community/cronie/cronie.initd
2023-01-07 09:37:08 +01:00

12 lines
177 B
Bash

#!/sbin/openrc-run
name="$RC_SVCNAME"
command="/usr/sbin/crond"
command_args="$CRON_OPTS -n"
command_background=true
pidfile="/run/$RC_SVCNAME.pid"
depend() {
provide cron
}