pidfiles are evil

This commit is contained in:
2014-07-03 11:05:52 +04:00
parent c9168818d4
commit 4bf86dc02f
12 changed files with 38 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env watchman
service_respawn=true
service_command='/usr/bin/xinetd'
service_pidfile="/run/xinetd.pid"
service_args="-pidfile $service_pidfile"
service_args='-dontfork'