diff --git a/src/cse-webhook-watcher.service b/src/cse-webhook-watcher.service index 129a0a4..a7cd611 100644 --- a/src/cse-webhook-watcher.service +++ b/src/cse-webhook-watcher.service @@ -8,8 +8,8 @@ User=cse-webhook Group=cse-webhook WorkingDirectory=/srv/cse-webhook-watcher ExecStart=/srv/cse-webhook-watcher/.venv/bin/python3 -u /srv/cse-webhook-watcher/src/main.py -StandardOutput=syslog -StandardError=syslog +StandardOutput=journal +StandardError=journal [Install] WantedBy=multi-user.target