diff options
Diffstat (limited to 'mandos/mandos.init')
-rwxr-xr-x | mandos/mandos.init | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mandos/mandos.init b/mandos/mandos.init index c01f6842d..49661adc8 100755 --- a/mandos/mandos.init +++ b/mandos/mandos.init @@ -1,9 +1,8 @@ #!/usr/bin/openrc-run -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 depend() { - need localmount + after avahi-daemon + need avahi-daemon } start() { |