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