6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_respawn='true'
|
||
|
service_command='/usr/bin/crond'
|
||
|
service_args=( -n -f ~/.config/crontab )
|