This commit is contained in:
2013-09-29 03:32:39 +04:00
parent 946b77d028
commit 7af48c15d4
24 changed files with 256 additions and 0 deletions

5
init.d/xinetd Executable file
View File

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