Skip to content

Instantly share code, notes, and snippets.

@zvg
Created July 22, 2020 23:18
Show Gist options
  • Save zvg/4309f880e6e836ec752b74c4e7e2a6cf to your computer and use it in GitHub Desktop.
Save zvg/4309f880e6e836ec752b74c4e7e2a6cf to your computer and use it in GitHub Desktop.
[Unit]
Description=Frp Server Service
After=network.target
[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/bin/frps -c /etc/frps.ini
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment