mirror of
https://github.com/luzifer-aur/he-tunnel.git
synced 2024-11-09 14:30:09 +00:00
12 lines
209 B
Desktop File
12 lines
209 B
Desktop File
[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
|