summarylogtreecommitdiffstats
path: root/umip-mip6d.service
diff options
context:
space:
mode:
authorshtrom2014-02-18 03:38:32 +0000
committershtrom2014-02-18 03:38:32 +0000
commit3bfcdfaa72ddcfe3c4f35c01da304ddb8a736736 (patch)
tree1473262310d998ceaa28adc96404f235972fe37f /umip-mip6d.service
downloadaur-umip.tar.gz
[umip] Have a shot at umip-1.0
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@358 df209809-8e4a-0410-9a64-c169741eb0fc
Diffstat (limited to 'umip-mip6d.service')
-rw-r--r--umip-mip6d.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/umip-mip6d.service b/umip-mip6d.service
new file mode 100644
index 000000000000..48269bcf619a
--- /dev/null
+++ b/umip-mip6d.service
@@ -0,0 +1,16 @@
+# Do not make modifications to this file, as they may not survive update.
+# Instead, copy it to /etc/systemd/system/, and modify it there. That modified
+# copy will override the parameters here.
+#
+# See systemd(1) for details.
+#
+[Unit]
+Description=Mobile IPv6 and NEMO Basic Support daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/sbin/mip6d -c /etc/mip6d/mip6d.conf
+
+[Install]
+WantedBy=multi-user.target