Skip to content

Instantly share code, notes, and snippets.

@wintersolutions
Last active February 1, 2021 21:26
Show Gist options
  • Save wintersolutions/cf9aa1fc70a8145ab88e44d1ef8a09a3 to your computer and use it in GitHub Desktop.
Save wintersolutions/cf9aa1fc70a8145ab88e44d1ef8a09a3 to your computer and use it in GitHub Desktop.
[Unit]
Description = Port forward to services
Before=network.target
[Service]
Type=oneshot
ExecStart=/root/config/ipforward-start.sh
ExecStop=/root/config/ipforward-stop.sh
RemainAfterExit=true
StandardOutput=journal
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment