reorganize docs

Each host gets a directory.  Containers will soon also have their own
directory.
This commit is contained in:
2024-12-03 22:54:47 +01:00
parent 52b7c1f3e0
commit 0a899d933b
16 changed files with 19 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
[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