Skip to content

Commit d3941db

Browse files
fkobiemersion
authored andcommitted
openrc-user.init: need dbus
`after dbus` did not launch dbus, which is required. `want` could be used but since there is no reason for mako to be running without it so we also make it stop if it's not there.
1 parent 1594251 commit d3941db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/openrc-user.init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ supervisor="supervise-daemon"
66
command="/usr/bin/mako"
77

88
depend() {
9-
after dbus
9+
need dbus
1010
provide notification-daemon
1111
}
1212

0 commit comments

Comments
 (0)