summarylogtreecommitdiffstats
path: root/smcroute.service
diff options
context:
space:
mode:
Diffstat (limited to 'smcroute.service')
-rw-r--r--smcroute.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/smcroute.service b/smcroute.service
deleted file mode 100644
index 6d82b4e0a48a..000000000000
--- a/smcroute.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Static Multicast Route Daemon
-After=network.target
-ConditionPathExists=/etc/smcroute.conf
-Conflicts=pimd.service mrouted.service
-
-[Service]
-Type=forking
-PIDFile=/var/run/smcroute.pid
-ExecStart=/usr/bin/smcroute -d
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target