Merge pull request #176 from botanicvelious/master

Add logging to the service files
This commit is contained in:
RustDesk
2023-01-10 11:06:00 +08:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
User= User=
Group= Group=
Restart=always Restart=always
StandardOutput=append:/var/log/rustdesk/rustdesk-hbbr.log
StandardError=append:/var/log/rustdesk/rustdesk-hbbr.error
# Restart service after 10 seconds if node service crashes # Restart service after 10 seconds if node service crashes
RestartSec=10 RestartSec=10
+2
View File
@@ -10,6 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
User= User=
Group= Group=
Restart=always Restart=always
StandardOutput=append:/var/log/rustdesk/rustdesk-hbbs.log
StandardError=append:/var/log/rustdesk/rustdesk-hbbs.error
# Restart service after 10 seconds if node service crashes # Restart service after 10 seconds if node service crashes
RestartSec=10 RestartSec=10