diff options
author | Juan RP <xtraeme@gmail.com> | 2014-04-25 23:21:51 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-04-25 23:21:51 +0200 |
commit | b45d3f8e1444ac9bc26280e3a7324101bec57b45 (patch) | |
tree | 9e0b89bfac72c4815f8c05f1f6ba5fc39b379ae5 /foo/etc/sv/dbus/run | |
parent | b2fec086b9f498102537e0ff936138b2960e4082 (diff) | |
download | runit-void-b45d3f8e1444ac9bc26280e3a7324101bec57b45.tar.gz runit-void-b45d3f8e1444ac9bc26280e3a7324101bec57b45.tar.xz runit-void-b45d3f8e1444ac9bc26280e3a7324101bec57b45.zip |
Remove foo directory committed accidentally.
Diffstat (limited to 'foo/etc/sv/dbus/run')
-rwxr-xr-x | foo/etc/sv/dbus/run | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/foo/etc/sv/dbus/run b/foo/etc/sv/dbus/run deleted file mode 100755 index 14da8d2..0000000 --- a/foo/etc/sv/dbus/run +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus -echo "Starting dbus..." -exec dbus-daemon --system --nofork |