Browse Source

fix naming

rustdesk 2 years ago
parent
commit
b713303c15
2 changed files with 4 additions and 4 deletions
  1. 2 2
      systemd/rustdesk-hbbr.service
  2. 2 2
      systemd/rustdesk-hbbs.service

+ 2 - 2
systemd/rustdesk-hbbr.service

@@ -10,8 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
10
 User=
10
 User=
11
 Group=
11
 Group=
12
 Restart=always
12
 Restart=always
13
-StandardOutput=append:/var/log/rustdesk/rustdesk-hbbr.log
14
-StandardError=append:/var/log/rustdesk/rustdesk-hbbr.error
13
+StandardOutput=append:/var/log/rustdesk-server/hbbr.log
14
+StandardError=append:/var/log/rustdesk-server/hbbr.error
15
 # Restart service after 10 seconds if node service crashes
15
 # Restart service after 10 seconds if node service crashes
16
 RestartSec=10
16
 RestartSec=10
17
 
17
 

+ 2 - 2
systemd/rustdesk-hbbs.service

@@ -10,8 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
10
 User=
10
 User=
11
 Group=
11
 Group=
12
 Restart=always
12
 Restart=always
13
-StandardOutput=append:/var/log/rustdesk/rustdesk-hbbs.log
14
-StandardError=append:/var/log/rustdesk/rustdesk-hbbs.error
13
+StandardOutput=append:/var/log/rustdesk-server/hbbs.log
14
+StandardError=append:/var/log/rustdesk-server/hbbs.error
15
 # Restart service after 10 seconds if node service crashes
15
 # Restart service after 10 seconds if node service crashes
16
 RestartSec=10
16
 RestartSec=10
17
 
17