ssm-services/init.d/tinc
fbt e89c374867 tinc
Signed-off-by: fbt <fbt@fleshless.org>
2016-11-02 17:33:32 +03:00

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" )