Last active
April 5, 2022 16:13
-
-
Save lyekumchew/718d20222f2d5b6221c4fc744ea99f9f to your computer and use it in GitHub Desktop.
This file contains 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
# /etc/systemd/system/[email protected] | |
[Unit] | |
Description=GO Simple Tunnel | |
After=network.target | |
[Service] | |
Type=simple | |
LimitNOFILE=1048576 | |
Restart=always | |
User=root | |
ExecStart=/usr/bin/gost -C /etc/gost/%i.json | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment