aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/mdns/files/mdns.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/mdns/files/mdns.service')
-rw-r--r--meta-networking/recipes-protocols/mdns/files/mdns.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-networking/recipes-protocols/mdns/files/mdns.service b/meta-networking/recipes-protocols/mdns/files/mdns.service
deleted file mode 100644
index 531d142dcd..0000000000
--- a/meta-networking/recipes-protocols/mdns/files/mdns.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Zero-configuration networking
-After=network.target
-
-[Service]
-Type=forking
-ExecStartPre=/bin/rm -f /var/run/mdnsd.pid
-ExecStart=/usr/sbin/mdnsd
-ExecReload=/bin/kill -HUP $MAINPID
-PIDFile=/var/run/mdnsd.pid
-Restart=always
-RestartSec=10s
-
-[Install]
-WantedBy=multi-user.target