summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-08-11 08:39:32 +0200
committerJuan RP <xtraeme@gmail.com>2014-08-11 08:39:32 +0200
commite677fb2fa81d096088cc0f317028086dddb1a16a (patch)
treed3684561b3f0790ba166a78dde6ca4d7b1817e50
parent6f1fb673e309ffe9a0a452071bf6679c765ebc20 (diff)
downloadrunit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.tar.gz
runit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.tar.xz
runit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.zip
New service: rpcbind.
-rwxr-xr-xservices/rpcbind/run2
l---------services/rpcbind/supervise1
2 files changed, 3 insertions, 0 deletions
diff --git a/services/rpcbind/run b/services/rpcbind/run
new file mode 100755
index 0000000..65fab4d
--- /dev/null
+++ b/services/rpcbind/run
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec rpcbind -f
diff --git a/services/rpcbind/supervise b/services/rpcbind/supervise
new file mode 120000
index 0000000..8c01a01
--- /dev/null
+++ b/services/rpcbind/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.rpcbind
\ No newline at end of file