1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

Merge pull request from selfhoster1312/no-disable-avahi

Don't disable avahi-daemon by force in conf_regen
This commit is contained in:
Alexandre Aubin 2023-01-03 16:01:52 +01:00 committed by GitHub
commit b3e56ce763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,9 +53,6 @@ do_post_regen() {
systemctl daemon-reload
fi
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
systemctl enable yunomdns --now --quiet