he-tunnel/he-tunnel.service

13 lines
209 B
SYSTEMD
Raw Permalink Normal View History

2022-06-20 15:42:25 +00:00
[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