forked from Spark/ssm-services
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
|
#!/usr/bin/env ssm
|
||
|
|
||
|
service_type='oneshot'
|
||
|
service_command=( /usr/bin/ferm /etc/ferm.conf )
|
||
|
|
||
|
reload() { "${service_command[@]}"; }
|