diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-27 10:27:37 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-27 10:28:01 +0200 |
commit | 0858870c00323b8be61d9827f642654c51f70863 (patch) | |
tree | 54737d90ccb6a43b00f3b52977fc096c8c62390f /services | |
parent | 2c75a3b8c8335a174a89e91d6437277a46a69924 (diff) | |
download | runit-void-0858870c00323b8be61d9827f642654c51f70863.tar.gz runit-void-0858870c00323b8be61d9827f642654c51f70863.tar.xz runit-void-0858870c00323b8be61d9827f642654c51f70863.zip |
New service: irqbalance.
Diffstat (limited to 'services')
-rwxr-xr-x | services/irqbalance/run | 2 | ||||
l--------- | services/irqbalance/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/irqbalance/run b/services/irqbalance/run new file mode 100755 index 0000000..b34ea7c --- /dev/null +++ b/services/irqbalance/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec irqbalance -f diff --git a/services/irqbalance/supervise b/services/irqbalance/supervise new file mode 120000 index 0000000..481f3db --- /dev/null +++ b/services/irqbalance/supervise @@ -0,0 +1 @@ +/run/runit/supervise.irqbalance \ No newline at end of file |