Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-11-02 17:33:32 +03:00
parent d259153d55
commit e89c374867
1 changed files with 7 additions and 0 deletions

7
init.d/tinc Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env watchman
instance="${service_name##*-}"
service_respawn='true'
service_command="/usr/bin/tincd"
service_args=( -D -n "$instance" )