dmzconf/hosts/krov/serverko/ipv6tunnel12/lib/systemd/system/ifuptunnel.service
Malin Freeborn 0a899d933b reorganize docs
Each host gets a directory.  Containers will soon also have their own
directory.
2024-12-03 22:54:47 +01:00

14 lines
247 B
Desktop File

[Unit]
Description=Auto start ipv6 tunnel
After=network.target
[Service]
ExecStart=/usr/bin/bash /root/scripts/netstart.sh
# Remove restarts if the command is just a one-off
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=multi-user.target