Upload frpc.service

This commit is contained in:
Stille 2020-02-08 13:29:50 +08:00
parent 8ec9f8e66a
commit ab12c8932f
1 changed files with 13 additions and 0 deletions

13
frpc.service Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Frp Server Service
After=network.target syslog.target
Wants=network.target
[Service]
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/frp/frpc -c /usr/local/frp/frpc.ini
[Install]
WantedBy=multi-user.target