update ipv6tunnel conf

This commit is contained in:
2023-11-23 06:08:03 +01:00
parent 62f216066f
commit d31a964648
3 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ Description=Auto start ipv6 tunnel
After=network.target
[Service]
ExecStart=/usr/sbin/ifup he-ipv6
ExecStart=/usr/bin/bash /root/scripts/netstart.sh
# Remove restarts if the command is just a one-off
Restart=on-failure
RestartSec=5s