diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-17 09:52:45 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-17 09:52:45 +0200 |
commit | b9365d1ec4288cf340ea290dd924c82ad02fdd53 (patch) | |
tree | 5debcd37ff6c3215a60aa050e6af467f6b3283f1 /services/vnstatd | |
parent | 5f0e6c84ebf16a76c5420649b9112271e7f095a0 (diff) | |
download | runit-void-b9365d1ec4288cf340ea290dd924c82ad02fdd53.tar.gz runit-void-b9365d1ec4288cf340ea290dd924c82ad02fdd53.tar.xz runit-void-b9365d1ec4288cf340ea290dd924c82ad02fdd53.zip |
New service: vnstatd.
Diffstat (limited to 'services/vnstatd')
-rwxr-xr-x | services/vnstatd/run | 2 | ||||
l--------- | services/vnstatd/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/vnstatd/run b/services/vnstatd/run new file mode 100755 index 0000000..ea3a9ba --- /dev/null +++ b/services/vnstatd/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec vnstatd -n diff --git a/services/vnstatd/supervise b/services/vnstatd/supervise new file mode 120000 index 0000000..dc39956 --- /dev/null +++ b/services/vnstatd/supervise @@ -0,0 +1 @@ +/run/runit/supervise.vnstatd \ No newline at end of file |