Created
July 22, 2020 23:18
-
-
Save zvg/4309f880e6e836ec752b74c4e7e2a6cf 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
[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