Files
systemd-gotify/systemd-gotify.service
jonathan santis cd23e1cfc1 initial commit
2025-05-12 14:47:49 +02:00

14 lines
317 B
Desktop File

[Unit]
Description=Check for running systemd daemons and send notification to gotify
User=ccppi
[Service]
Environment="GOTIFY_TOKEN=<tken>"
ExecStart=/usr/local/bin/systemd-gotify config -d
StandardOutput=journal
SysLogLevel=debug
LogRateLimitIntervalSec=3s
LogRateLimitBurst=10000
[Install]
WantedBy=default.target