1
0
mirror of https://github.com/fatedier/frp.git synced 2025-02-24 13:47:55 +07: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