forked from Spark/ssm-services
7 lines
132 B
Plaintext
Executable File
7 lines
132 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
instance="${service_name##*-}"
|
|
|
|
service_respawn=on-failure
|
|
service_command=( /usr/bin/tincd -D -n "$instance" )
|