diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-04 13:11:46 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-04 13:11:46 +0200 |
commit | 3bc47c18a0c6469165cd623ce96f7fb5713db883 (patch) | |
tree | b37d0d25d6edd1b74e245f7340ffd7feee7d8ff5 /services | |
parent | 6a7dbc7316c49343fcd0933cdbf162fbf9a4c6a6 (diff) | |
download | runit-void-3bc47c18a0c6469165cd623ce96f7fb5713db883.tar.gz runit-void-3bc47c18a0c6469165cd623ce96f7fb5713db883.tar.xz runit-void-3bc47c18a0c6469165cd623ce96f7fb5713db883.zip |
New service: ngircd.
Diffstat (limited to 'services')
-rwxr-xr-x | services/ngircd/run | 2 | ||||
l--------- | services/ngircd/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/ngircd/run b/services/ngircd/run new file mode 100755 index 0000000..253a0cd --- /dev/null +++ b/services/ngircd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec ngircd -n diff --git a/services/ngircd/supervise b/services/ngircd/supervise new file mode 120000 index 0000000..09fb405 --- /dev/null +++ b/services/ngircd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.ngircd \ No newline at end of file |