avahi::daemon - Fixed dbus startup on OpenBSD.

This commit is contained in:
Timo Mkinen 2010-01-08 17:13:46 +02:00
parent 4320b5fca9
commit b11c5b74d3

View file

@ -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"],
}
}