19 lines
385 B
Desktop File
19 lines
385 B
Desktop File
[Unit]
|
|
Description=Frp Client Service
|
|
#README.md
|
|
Documentation=https://github.com/fatedier/frp/blob/master/README.md
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=nobody
|
|
Restart=on-failure
|
|
RestartSec=3s
|
|
ExecStart=/usr/bin/frpc -c /etc/frp/frpc.ini
|
|
ExecReload=/usr/bin/frpc reload -c /etc/frp/frpc.ini
|
|
|
|
[Install]
|
|
Alias=frp.service
|
|
Alias=frp-client.service
|
|
WantedBy=multi-user.target
|