diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-17 10:03:43 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-17 10:03:43 +0200 |
commit | 0ce87d87ba9b51d3844cff912897228df31c203f (patch) | |
tree | 54d462a51bdf3b75797f169e0542b322b4b17bbd /services | |
parent | 1fbe61dfe6774328230fc661ed1df946d3653db1 (diff) | |
download | runit-void-0ce87d87ba9b51d3844cff912897228df31c203f.tar.gz runit-void-0ce87d87ba9b51d3844cff912897228df31c203f.tar.xz runit-void-0ce87d87ba9b51d3844cff912897228df31c203f.zip |
New service: polipo.
Diffstat (limited to 'services')
-rwxr-xr-x | services/polipo/run | 2 | ||||
l--------- | services/polipo/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/polipo/run b/services/polipo/run new file mode 100755 index 0000000..2380d40 --- /dev/null +++ b/services/polipo/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec chpst -u nobody polipo diff --git a/services/polipo/supervise b/services/polipo/supervise new file mode 120000 index 0000000..e71e64f --- /dev/null +++ b/services/polipo/supervise @@ -0,0 +1 @@ +/run/runit/supervise.polipo \ No newline at end of file |