1
1
mirror of https://github.com/fatedier/frp.git synced 2025-03-08 11:52:21 +01:00
frp/conf/systemd/frps@.service

14 lines
208 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/%i.ini
[Install]
WantedBy=multi-user.target