mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
busybox:
- adding init script for cron daemon
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# start cron daemon
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
(
|
||||
progress "Starting cron daemon"
|
||||
|
||||
crond -bS -c /etc/crontabs
|
||||
)&
|
||||
Reference in New Issue
Block a user