mirror of
https://github.com/awfufu/frp-pkgs.git
synced 2026-03-01 04:49:44 +08:00
15 lines
254 B
Desktop File
15 lines
254 B
Desktop File
[Unit]
|
|
Description=FRP Server (%i)
|
|
After=network.target syslog.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/etc/frps
|
|
ExecStart=/usr/bin/frps -c /etc/frps/%i.toml
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|