dotfiles/homedir/.config/watchman/init.d/scron
fbt 22eac4d45f ?
Signed-off-by: fbt <fbt@fleshless.org>
2018-08-07 22:21:49 +03:00

6 lines
117 B
Plaintext
Executable File

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