frpc.service 353 B

12345678910111213141516
  1. [Unit]
  2. Description=FRPC Client Service
  3. After=network.target
  4. Wants=network-online.target
  5. [Service]
  6. Type=simple
  7. ExecStartPre=/bin/sleep 60
  8. ExecStart=/home/x/frp/frp_0.61.1_linux_amd64/frpc -c /home/x/frp/frp_0.61.1_linux_amd64/frpc.toml
  9. Restart=always
  10. WorkingDirectory=/home/x/frp/frp_0.61.1_linux_amd64/
  11. User=root
  12. [Install]
  13. WantedBy=multi-user.target