dotfiles/homedir/.config/ssm/services/scron
fbt 7e99d071c0 ssm
Signed-off-by: fbt <fbt@fleshless.org>
2018-08-07 22:31:39 +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 )