diff --git a/cloudSync.go b/cloudSync.go
index 936cb9e9..a5810b1c 100755
--- a/cloudSync.go
+++ b/cloudSync.go
@@ -3656,6 +3656,8 @@ ExecStart=$INSTALL_PATH \
--screenlock_check=$SCREENLOCK_CHECK \
--log_forwarding=$LOG_FORWARDING \
--response_actions=$RESPONSE_ACTIONS
+StandardOutput=append:/var/log/orborus.log
+StandardError=append:/var/log/orborus.log
Restart=always
RestartSec=5
@@ -3702,6 +3704,13 @@ install_macos() {
RunAtLoad
+
+ StandardOutPath
+ /tmp/orborus.log
+
+ StandardErrorPath
+ /tmp/orborus.log
+
EOF