summarylogtreecommitdiffstats
path: root/frp-panel@.service
blob: d9cb7e2911f41d76ab13622e65e85e5c68dcec6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=frp-panel
Documentation=https://github.com/VaalaCat/frp-panel
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=5
StartLimitInterval=0
EnvironmentFile=-/etc/frp-panel/%i.env
WorkingDirectory=/var/lib/frp-panel
ExecStart=/usr/bin/frp-panel %i

[Install]
WantedBy=multi-user.target