This commit is contained in:
2025-02-20 14:27:07 +01:00
parent cc63dbf51e
commit f1011e625f
14 changed files with 358 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=execute /root/nat.sh
After=default.target
[Service]
ExecStart=bash /root/nat.sh
[Install]
WantedBy=default.target