frps.service 188 B

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