summarylogtreecommitdiffstats
path: root/frps@.service
blob: e0e405d5e3e5fafb26a2ae752828ac8994d4d837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Frp Server Service
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
User=nobody
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/frps -c /etc/frp/%i.toml

[Install]
WantedBy=multi-user.target