ssm-services/init.d/chrony

6 lines
106 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
#service_respawn='true'
service_command='/usr/bin/chronyd'
2015-09-04 13:47:37 +00:00
service_args=( -u chrony )