Last active
February 1, 2021 21:26
-
-
Save wintersolutions/cf9aa1fc70a8145ab88e44d1ef8a09a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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