mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
fix naming
This commit is contained in:
parent
d8f88e72c1
commit
b713303c15
@ -10,8 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
|
|||||||
User=
|
User=
|
||||||
Group=
|
Group=
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:/var/log/rustdesk/rustdesk-hbbr.log
|
StandardOutput=append:/var/log/rustdesk-server/hbbr.log
|
||||||
StandardError=append:/var/log/rustdesk/rustdesk-hbbr.error
|
StandardError=append:/var/log/rustdesk-server/hbbr.error
|
||||||
# Restart service after 10 seconds if node service crashes
|
# Restart service after 10 seconds if node service crashes
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
|
|||||||
User=
|
User=
|
||||||
Group=
|
Group=
|
||||||
Restart=always
|
Restart=always
|
||||||
StandardOutput=append:/var/log/rustdesk/rustdesk-hbbs.log
|
StandardOutput=append:/var/log/rustdesk-server/hbbs.log
|
||||||
StandardError=append:/var/log/rustdesk/rustdesk-hbbs.error
|
StandardError=append:/var/log/rustdesk-server/hbbs.error
|
||||||
# Restart service after 10 seconds if node service crashes
|
# Restart service after 10 seconds if node service crashes
|
||||||
RestartSec=10
|
RestartSec=10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user