summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-09 16:36:00 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-09 16:36:00 +0200
commit2710a1d8eb999e5efbe560941ec65a884e80e271 (patch)
treef6408150865c49a96727af4183b7324c49faff13 /services
parentfe617f586703e2a7dd4931d93e6c4dc6b8fda1fd (diff)
downloadrunit-void-2710a1d8eb999e5efbe560941ec65a884e80e271.tar.gz
runit-void-2710a1d8eb999e5efbe560941ec65a884e80e271.tar.xz
runit-void-2710a1d8eb999e5efbe560941ec65a884e80e271.zip
services/dbus/run: use --nopidfile.
Diffstat (limited to 'services')
-rwxr-xr-xservices/dbus/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/dbus/run b/services/dbus/run
index 6226783..ed60b73 100755
--- a/services/dbus/run
+++ b/services/dbus/run
@@ -1,3 +1,3 @@
 #!/bin/sh
 [ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
-exec dbus-daemon --system --nofork
+exec dbus-daemon --system --nofork --nopidfile