frpc.service 222 B

1234567891011121314
  1. [Unit]
  2. Description=Frp Client Service
  3. After=network.target
  4. [Service]
  5. Type=simple
  6. User=root
  7. Restart=always
  8. RestartSec=3s
  9. ExecStart=/root/frpc/frpc.sh &
  10. ExecReload=/root/frpc/frpc.sh &
  11. [Install]
  12. WantedBy=multi-user.target