thinrasp/etc_org/init/anacron.conf

15 lines
278 B
Plaintext
Raw Normal View History

2019-11-26 21:36:24 +01:00
# anacron - anac(h)ronistic cron
#
# anacron executes commands at specific periods, but does not assume that
# the machine is running continuously
description "anac(h)ronistic cron"
start on runlevel [2345]
stop on runlevel [!2345]
expect fork
normal exit 0
exec anacron -s