regenconf: make some systemctl enable/disable quiet²

This commit is contained in:
Alexandre Aubin 2022-01-29 16:49:03 +01:00
parent bccff1b442
commit 345e50ae00

View file

@ -53,8 +53,8 @@ do_post_regen() {
systemctl daemon-reload
fi
systemctl disable avahi-daemon.socket --quiet --now 2>&1 || true
systemctl disable avahi-daemon --quiet --now 2>&1 || true
systemctl disable avahi-daemon.socket --quiet --now 2>/dev/null || true
systemctl disable avahi-daemon --quiet --now 2>/dev/null || true
# Legacy stuff to enable the new yunomdns service on legacy systems
if [[ -e /etc/avahi/avahi-daemon.conf ]] && grep -q 'yunohost' /etc/avahi/avahi-daemon.conf; then