mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
* Update service files * Fix file names of configuration files in '/etc/frp' Signed-off-by: Puqns67 <me@puqns67.icu> Closes: https://github.com/gentoo/gentoo/pull/36025 Signed-off-by: Zac Medico <zmedico@gentoo.org>
14 lines
233 B
Desktop File
14 lines
233 B
Desktop File
[Unit]
|
|
Description=Frp Server Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
DynamicUser=yes
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
ExecStart=/usr/bin/frps -c /etc/frp/%i.toml
|
|
LimitNOFILE=1048576
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|