diff options
author | Alessio Sergi <al3hex@gmail.com> | 2014-06-11 12:26:46 +0200 |
---|---|---|
committer | Alessio Sergi <al3hex@gmail.com> | 2014-06-11 12:27:28 +0200 |
commit | a5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129 (patch) | |
tree | 988b35a29303912f9d7554b4f63f1bdc8e0f291d | |
parent | b037ed3e441ffbb5957007eb1a886cf23f54694a (diff) | |
download | runit-void-a5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129.tar.gz runit-void-a5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129.tar.xz runit-void-a5efa3d1f54c7b7c1b6990f7ef4fd2fbb45a4129.zip |
New service: slim
-rwxr-xr-x | services/slim/run | 2 | ||||
l--------- | services/slim/supervise | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/services/slim/run b/services/slim/run new file mode 100755 index 0000000..99c4242 --- /dev/null +++ b/services/slim/run @@ -0,0 +1,2 @@ +#!/bin/sh +exec /usr/bin/slim -nodaemon diff --git a/services/slim/supervise b/services/slim/supervise new file mode 120000 index 0000000..c693f14 --- /dev/null +++ b/services/slim/supervise @@ -0,0 +1 @@ +/run/runit/supervise.slim \ No newline at end of file |