thinrasp/etc_org/init/cron.conf
2019-11-26 21:36:24 +01:00

15 lines
297 B
Plaintext

# cron - regular background program processing daemon
#
# cron is a standard UNIX program that runs user-specified programs at
# periodic scheduled times
description "regular background program processing daemon"
start on runlevel [2345]
stop on runlevel [!2345]
expect fork
respawn
exec cron