ssm-services/init.d/rsyslogd

7 lines
120 B
Plaintext
Raw Normal View History

#!/usr/bin/env ssm
2015-02-27 12:45:46 +03:00
# Author: Alad Wenter
#service_respawn=true
service_command='/usr/bin/rsyslogd'
2015-09-04 16:47:37 +03:00
service_args=( -n )