forked from Spark/ssm-services
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
|
#!/usr/bin/env watchman
|
||
|
|
||
|
service_command='/usr/bin/xinetd'
|
||
|
service_pidfile="/run/xinetd.pid"
|
||
|
service_args="-pidfile $service_pidfile"
|