tinc
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
d259153d55
commit
e89c374867
7
init.d/tinc
Executable file
7
init.d/tinc
Executable 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" )
|
Loading…
Reference in New Issue
Block a user