diff --git a/resources/systemd/stalwart-mail.service b/resources/systemd/stalwart-mail.service index ef13e425..10f70bb1 100644 --- a/resources/systemd/stalwart-mail.service +++ b/resources/systemd/stalwart-mail.service @@ -13,8 +13,8 @@ Restart=on-failure RestartSec=5 ExecStart=__PATH__/bin/stalwart-mail --config=__PATH__/etc/config.toml PermissionsStartOnly=true -StandardOutput=syslog -StandardError=syslog +StandardOutput=journal +StandardError=journal SyslogIdentifier=stalwart-mail [Install]