systemd-gotify/systemd-gotify.service
2024-09-19 11:24:11 +00:00

14 lines
326 B
Desktop File

[Unit]
Description=Check for running systemd daemons and send notification to gotify
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