mirror of
https://github.com/luzifer-aur/he-tunnel.git
synced 2024-12-20 17:41:17 +00:00
13 lines
209 B
SYSTEMD
13 lines
209 B
SYSTEMD
|
[Unit]
|
||
|
Description=he.net IPv6 tunnel
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/he-tunnel start
|
||
|
ExecStop=/usr/bin/he-tunnel stop
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|