avahi::daemon - Fixed dbus startup on OpenBSD.
This commit is contained in:
parent
4320b5fca9
commit
b11c5b74d3
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ class avahi::daemon {
|
|||
service { "dbus-daemon":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
start => "/usr/local/bin/dbus-daemon --system",
|
||||
binary => "dbus-daemon",
|
||||
start => "install -d -o _dbus -g _dbus /var/run/dbus && /usr/local/bin/dbus-daemon --system",
|
||||
before => Service["avahi-daemon"],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue