mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 18:55:29 +03:00
9 lines
116 B
Text
9 lines
116 B
Text
#!/sbin/openrc-run
|
|
|
|
name="$SVCNAME"
|
|
command="/usr/sbin/crond"
|
|
command_args="$CRON_OPTS"
|
|
|
|
depend() {
|
|
provide cron
|
|
}
|