mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1555 from selfhoster1312/no-disable-avahi
Don't disable avahi-daemon by force in conf_regen
This commit is contained in:
commit
b3e56ce763
1 changed files with 0 additions and 3 deletions
|
@ -53,9 +53,6 @@ do_post_regen() {
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
fi
|
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
|
# 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
|
if [[ -e /etc/avahi/avahi-daemon.conf ]] && grep -q 'yunohost' /etc/avahi/avahi-daemon.conf; then
|
||||||
systemctl enable yunomdns --now --quiet
|
systemctl enable yunomdns --now --quiet
|
||||||
|
|
Loading…
Add table
Reference in a new issue