Created
January 23, 2023 03:03
-
-
Save HaoweiCh/4c622e55020fae4bf2872c0f03dc9258 to your computer and use it in GitHub Desktop.
frp-server
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=root | |
Restart=on-failure | |
RestartSec=5s | |
ExecStart=/usr/bin/frps -c /etc/frp/frps.ini | |
LimitNOFILE=1048576 | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment