]> wagnertech.de Git - projects.git/commitdiff
Bugfix Bug 129
authorMichael Wagner <michael@wagnertech.de>
Thu, 4 Sep 2025 08:42:07 +0000 (10:42 +0200)
committerMichael Wagner <michael@wagnertech.de>
Thu, 4 Sep 2025 08:42:07 +0000 (10:42 +0200)
frp/frpc.service
frp/frps.service

index 2b3f7dbeb4776726629af328a6f2662697d0c520..6fafabbb7de856e120a334b2dec3de857e73f5f8 100644 (file)
@@ -1,14 +1,15 @@
 [Unit]
-Description=FRPS fast reverse proxy client
+Description=FRPC fast reverse proxy client
 After=network-online.target
 
 [Service]
 ExecStart=/usr/bin/frpc -c /etc/frpc.toml
 KillMode=process
 Restart=on-failure
+RestartSec=3
 Type=simple
 
 [Install]
 WantedBy=multi-user.target
-Alias=frps.service
+Alias=frpc.service
 
index ea6b5fc1b2eeb6f059f8e1bcb3b9c378da64592c..a247f87b30ad653bdf6cf90689dfacb4c4f85628 100644 (file)
@@ -1,11 +1,12 @@
 [Unit]
 Description=FRPS fast reverse proxy server
-After=After=network-online.target
+After=network-online.target
 
 [Service]
 ExecStart=/usr/bin/frps -c /etc/frps.toml
 KillMode=process
 Restart=on-failure
+RestartSec=3
 Type=simple
 
 [Install]