about summary refs log tree commit diff
path: root/foo/etc/sv/dbus
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-04-25 23:20:32 +0200
committerJuan RP <xtraeme@gmail.com>2014-04-25 23:20:32 +0200
commitb2fec086b9f498102537e0ff936138b2960e4082 (patch)
tree13dd068d53033bf799a502fff1acbf46dfe0743c /foo/etc/sv/dbus
downloadrunit-void-b2fec086b9f498102537e0ff936138b2960e4082.tar.gz
runit-void-b2fec086b9f498102537e0ff936138b2960e4082.tar.xz
runit-void-b2fec086b9f498102537e0ff936138b2960e4082.zip
Initial import of runit init scripts based on ignite.
I did not use ignite because it needs bash, and I don't really want it.
Diffstat (limited to 'foo/etc/sv/dbus')
-rwxr-xr-xfoo/etc/sv/dbus/run4
l---------foo/etc/sv/dbus/supervise1
2 files changed, 5 insertions, 0 deletions
diff --git a/foo/etc/sv/dbus/run b/foo/etc/sv/dbus/run
new file mode 100755
index 0000000..14da8d2
--- /dev/null
+++ b/foo/etc/sv/dbus/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
+echo "Starting dbus..."
+exec dbus-daemon --system --nofork
diff --git a/foo/etc/sv/dbus/supervise b/foo/etc/sv/dbus/supervise
new file mode 120000
index 0000000..f086e0e
--- /dev/null
+++ b/foo/etc/sv/dbus/supervise
@@ -0,0 +1 @@
+/run/runit/supervise.dbus
\ No newline at end of file