mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
busybox:
- adding init script for cron daemon
This commit is contained in:
parent
0923303978
commit
8963a13f9f
10
packages/sysutils/busybox/init.d/11_crond
Executable file
10
packages/sysutils/busybox/init.d/11_crond
Executable file
@ -0,0 +1,10 @@
|
||||
#
|
||||
# start cron daemon
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
progress "Starting cron daemon"
|
||||
|
||||
crond -bS -c /etc/crontabs
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user