diff --git a/systemd-gotify.service b/systemd-gotify.service index b879148..33d55f7 100644 --- a/systemd-gotify.service +++ b/systemd-gotify.service @@ -5,6 +5,9 @@ User=ccppi [Service] Environment="GOTIFY_TOKEN=AnV26OM_KjPdvY9" ExecStart=/usr/local/bin/systemd-gotify config -d - +StandardOutput=journal +SysLogLevel=debug +LogRateLimitIntervalSec=3s +LogRateLimitBurst=10000 [Install] WantedBy=default.target