summarylogtreecommitdiffstats
path: root/mip6d.service
diff options
context:
space:
mode:
Diffstat (limited to 'mip6d.service')
-rw-r--r--mip6d.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/mip6d.service b/mip6d.service
new file mode 100644
index 000000000000..037c7a13e489
--- /dev/null
+++ b/mip6d.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=MIPL Mobile IPv6 for Linux
+Wants=ipsec.service
+After=ipsec.service
+AssertPathExists=/etc/mip6d.conf
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/mip6d -c /etc/mip6d.conf
+
+[Install]
+WantedBy=default.target