Réorganisation du dépôt de première année.

This commit is contained in:
Guillaume Emorine
2024-11-14 15:31:21 +01:00
parent 745f7a8537
commit b3ca6d0ee0
98 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
[Unit]
Description=Running port forwarding script on startup thanks to a systemd unit.
[Service]
Type=oneshot
ExecStart=/bin/bash /root/dnsfwd.sh
[Install]
WantedBy=multi-user.target