mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
regenconf: make some systemctl enable/disable quiet²
This commit is contained in:
parent
bccff1b442
commit
345e50ae00
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue