6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
systemctl stop systemd-resolved.service
|
|
systemctl stop avahi-daemon.service
|
|
systemctl start avahi-daemon.service
|