Files
ssm-services/services/ferm
T

7 lines
131 B
Plaintext
Raw Normal View History

2017-12-10 20:44:17 +03:00
#!/usr/bin/env ssm
service_type='oneshot'
service_command=( /usr/bin/ferm /etc/ferm.conf )
reload() { "${service_command[@]}"; }