diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-17 09:58:40 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-17 09:58:40 +0200 |
commit | f91289f3593ea894d22cda4d398c976a731ecdc3 (patch) | |
tree | 97ade88d5c3a0a3da27df4ea7fda585ca5d2c012 | |
parent | a7c36f54bf3c6532af4c9b624404b4df984107d3 (diff) | |
download | runit-void-f91289f3593ea894d22cda4d398c976a731ecdc3.tar.gz runit-void-f91289f3593ea894d22cda4d398c976a731ecdc3.tar.xz runit-void-f91289f3593ea894d22cda4d398c976a731ecdc3.zip |
New service: tincd.
-rwxr-xr-x | services/tincd/run | 2 | ||||
l--------- | services/tincd/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/tincd/run b/services/tincd/run new file mode 100755 index 0000000..4b3a269 --- /dev/null +++ b/services/tincd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec tincd -D diff --git a/services/tincd/supervise b/services/tincd/supervise new file mode 120000 index 0000000..b795e43 --- /dev/null +++ b/services/tincd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.tincd \ No newline at end of file |