1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-01 22:41:47 +02:00

update frp

This commit is contained in:
kevin
2025-09-09 18:18:52 +08:00
parent b0841bffca
commit 12be02bda5
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ After=network-online.target
[Service]
DynamicUser=yes
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.ini
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.ini
ExecStart=/usr/local/bin/frpc -c /etc/frp/frpc.toml
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.toml
LimitNOFILE=65536
RestartSec=5
Restart=always

View File

@@ -4,8 +4,8 @@ After=network-online.target
[Service]
DynamicUser=yes
ExecStart=/usr/local/bin/frpc -c /etc/frp/%i.ini
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.ini
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

View File

@@ -4,7 +4,7 @@ After=network-online.target
[Service]
DynamicUser=yes
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.toml
LimitNOFILE=65536
RestartSec=5
Restart=always