8 lines
148 B
Plaintext
Executable File
8 lines
148 B
Plaintext
Executable File
#!/usr/bin/env watchman
|
|
|
|
instance="${service_name##*-}"
|
|
|
|
service_respawn='true'
|
|
service_command="/usr/bin/tincd"
|
|
service_args=( -D -n "$instance" )
|