1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-24 08:38:27 +00:00

14 lines
210 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Frp Server Service
After=network.target
[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/frps -c /etc/frp/frps.ini
[Install]
WantedBy=multi-user.target