about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-04 12:35:46 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-04 12:35:46 +0200
commit2120460db53ce06b539d8890c7b7418ff133b7c6 (patch)
tree335b4ab5453ec9aa3c936969579f5991046db017 /services
parentaf9eafce3ab60159217c9c17426a3f43250d38b3 (diff)
downloadrunit-void-2120460db53ce06b539d8890c7b7418ff133b7c6.tar.gz
runit-void-2120460db53ce06b539d8890c7b7418ff133b7c6.tar.xz
runit-void-2120460db53ce06b539d8890c7b7418ff133b7c6.zip
New service: xinetd.
Diffstat (limited to 'services')
-rwxr-xr-xservices/xinetd/run2
l---------services/xinetd/supervise1
2 files changed, 3 insertions, 0 deletions
diff --git a/services/xinetd/run b/services/xinetd/run
new file mode 100755
index 0000000..c3ecead
--- /dev/null
+++ b/services/xinetd/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /usr/sbin/xinetd -dontfork
diff --git a/services/xinetd/supervise b/services/xinetd/supervise
new file mode 120000
index 0000000..034141d
--- /dev/null
+++ b/services/xinetd/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.xinetd
\ No newline at end of file