ssm-services/init.d/acpid

6 lines
96 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
service_respawn='true'
2014-08-08 17:06:09 +00:00
service_command='/usr/bin/acpid'
2015-09-04 13:47:37 +00:00
service_args=( -f )