[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