gentoo-ebuilds/net-vpn/frp/files/frpc.service
Puqns67 96027ab366
net-vpn/frp: add 0.53.2-r1, 0.56.0, drop 0.53.2
* 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>
2024-03-31 17:16:02 -07:00

14 lines
235 B
Desktop File

[Unit]
Description=Frp Client Service
After=network.target
[Service]
Type=simple
DynamicUser=yes
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/frpc -c /etc/frp/frpc.toml
LimitNOFILE=1048576
[Install]
WantedBy=multi-user.target