-
-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathdbusd
More file actions
21 lines (18 loc) · 706 Bytes
/
dbusd
File metadata and controls
21 lines (18 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Dbus daemon.
# Dbusd can use socket activation, which Dinit (sort-of) supports. However,
# this currently requires building Dbus against SystemD. Alternatively, we
# can use the --print-address option for an effective readiness notification.
# For non-socket-activated:
type = process
command = /usr/bin/dbus-daemon --system --nofork --nopidfile --print-address=4
logfile = /var/log/dbus-daemon.log
ready-notification = pipefd:4
smooth-recovery = yes
depends-on: rcboot
# For socket-activation:
#type = process
#command = /usr/bin/dbus-daemon --system --nofork --nopidfile
#socket-listen = /var/run/dbus/system_bus_socket
#logfile = /var/log/dbus-daemon.log
#smooth-recovery = yes
#depends-on: rcboot