Systemd Script to run a bash script once on startup

[Unit]
Type=simple
Description=SNAT for nodes
Wants=network-online.target
After=network.target network-online.target

[Service]
ExecStart=/srv/admin/SNAT.sh

[Install]
WantedBy=multi-user.target