Created
May 31, 2021 00:19
-
-
Save pbstriker38/4ade05c3c48777fb837862bebec9c9e2 to your computer and use it in GitHub Desktop.
chisel systemd service
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=Chisel Tunnel Service | |
After=network.target | |
[Service] | |
Type=simple | |
Restart=always | |
RestartSec=1 | |
StartLimitInterval=0 | |
EnvironmentFile=/etc/default/chisel | |
ExecStart=/usr/local/bin/chisel server -p 8123 --reverse | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment