forked from Spark/ssm-services
6
services/tinc
Executable file
6
services/tinc
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env ssm
|
||||
|
||||
instance="${service_name##*-}"
|
||||
|
||||
service_respawn='true'
|
||||
service_command=( /usr/bin/tincd -D -n "$instance" )
|
Reference in New Issue
Block a user