dotfiles/homedir/.config/watchman/init.d/scron
fbt c78cb78ff0 init
Signed-off-by: fbt <fbt@fleshless.org>
2017-05-03 16:10:13 +03:00

6 lines
122 B
Plaintext
Executable File

#!/usr/bin/env watchman
service_respawn='true'
service_command='/usr/bin/crond'
service_args=( -n -f ~/.config/crontab )