- [Unit]
- Description=FRPC Client Service
- After=network.target
- Wants=network-online.target
- [Service]
- Type=simple
- ExecStartPre=/bin/sleep 60
- ExecStart=/home/x/frp/frp_0.61.1_linux_amd64/frpc -c /home/x/frp/frp_0.61.1_linux_amd64/frpc.toml
- Restart=always
- WorkingDirectory=/home/x/frp/frp_0.61.1_linux_amd64/
- User=root
- [Install]
- WantedBy=multi-user.target
|