2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/frp/systemd/frpc@.service
2025-09-09 18:18:52 +08:00

15 lines
285 B
Desktop File

[Unit]
Description=Frp Client Service
After=network-online.target
[Service]
DynamicUser=yes
ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.toml
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.toml
LimitNOFILE=65536
RestartSec=5
Restart=always
[Install]
WantedBy=multi-user.target