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,2 @@
Copy to /etc/systemd/system.
C'est un service systemd pour automatiser la NAT.

View File

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