diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-11 08:39:32 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-11 08:39:32 +0200 |
commit | e677fb2fa81d096088cc0f317028086dddb1a16a (patch) | |
tree | d3684561b3f0790ba166a78dde6ca4d7b1817e50 /services | |
parent | 6f1fb673e309ffe9a0a452071bf6679c765ebc20 (diff) | |
download | runit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.tar.gz runit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.tar.xz runit-void-e677fb2fa81d096088cc0f317028086dddb1a16a.zip |
New service: rpcbind.
Diffstat (limited to 'services')
-rwxr-xr-x | services/rpcbind/run | 2 | ||||
l--------- | services/rpcbind/supervise | 1 |
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 |