summarylogtreecommitdiffstats
path: root/frps@.service
blob: 3860aac5f52045ce6e8dc4bec4e85c18669699c9 (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
DynamicUser=yes
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/frps -c /etc/frp/%i.toml

[Install]
WantedBy=multi-user.target