Skip to content

Instantly share code, notes, and snippets.

@pbstriker38
Created May 31, 2021 00:19
Show Gist options
  • Save pbstriker38/4ade05c3c48777fb837862bebec9c9e2 to your computer and use it in GitHub Desktop.
Save pbstriker38/4ade05c3c48777fb837862bebec9c9e2 to your computer and use it in GitHub Desktop.
chisel systemd service
[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