6 lines
122 B
Plaintext
Executable File
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 )
|