summarylogtreecommitdiffstats
path: root/llmnrd.service
blob: d27c9f477cd8e79dae81be554526d00a1759d600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Link-Local Multicast Resolution Daemon
Before=systemd-resolved.service
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/llmnrd -6
Restart=always
RestartSec=0

[Install]
WantedBy=multi-user.target