frpc/frpc.service.txt
2025-08-14 22:12:50 +08:00

14 lines
293 B
Plaintext

[Unit]
Description=FRP Client Service
After=network.target syslog.target
Wants=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/usr/local/frp
ExecStart=/usr/local/frp/frpc -c /usr/local/frp/frpc.toml
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target