aboutsummaryrefslogtreecommitdiffhomepage
path: root/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'systemd')
-rw-r--r--systemd/rustdesk-hbbs.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/systemd/rustdesk-hbbs.service b/systemd/rustdesk-hbbs.service
index 16427f1..344f015 100644
--- a/systemd/rustdesk-hbbs.service
+++ b/systemd/rustdesk-hbbs.service
@@ -10,6 +10,8 @@ WorkingDirectory=/var/lib/rustdesk-server/
User=
Group=
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
RestartSec=10