mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update frp
This commit is contained in:
@@ -4,8 +4,8 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
ExecStart=/usr/local/bin/frpc -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.ini
|
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/frpc.toml
|
||||||
LimitNOFILE=65536
|
LimitNOFILE=65536
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
ExecStart=/usr/local/bin/frpc -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.ini
|
ExecReload=/usr/local/bin/frpc reload -c /etc/frp/%i.toml
|
||||||
LimitNOFILE=65536
|
LimitNOFILE=65536
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ After=network-online.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
DynamicUser=yes
|
DynamicUser=yes
|
||||||
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.ini
|
ExecStart=/usr/local/bin/frps -c /etc/frp/frps.toml
|
||||||
LimitNOFILE=65536
|
LimitNOFILE=65536
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|||||||
Reference in New Issue
Block a user