forked from guillaume.emorine/siotp
Réorganisation du dépôt de première année.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
Copy to /etc/systemd/system.
|
||||
C'est un service systemd pour automatiser la NAT.
|
@@ -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
|
Reference in New Issue
Block a user