summarylogtreecommitdiffstats
path: root/mip6d.service
blob: 037c7a13e4891d1c74d723b595486588b0aa6bca (plain)
1
2
3
4
5
6
7
8
9
10
11
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