summarylogtreecommitdiffstats
path: root/frp-panel@.service
blob: 32f9aa1f0a64ff8247389cd5fea90735cd8d8e1a (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 $START_PARAMS

[Install]
WantedBy=multi-user.target