aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service')
-rw-r--r--meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service b/meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service
deleted file mode 100644
index 9c9fa66394..0000000000
--- a/meta-networking/recipes-daemons/dnrd/dnrd/dnrd.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Domain Name Relay Daemon
-After=network.target
-
-[Service]
-Type=forking
-PIDFile=/var/run/dnrd.pid
-EnvironmentFile=/etc/dnrd/dnrd.conf
-ExecStart=/usr/sbin/dnrd $DNRD_OPTS -u $DNRD_USER
-
-[Install]
-WantedBy=multi-user.target