2024-09-11 10:02:23 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Check for running systemd daemons and send notification to gotify
|
|
|
|
User=ccppi
|
|
|
|
|
|
|
|
[Service]
|
2024-09-16 10:02:59 +00:00
|
|
|
Environment="GOTIFY_TOKEN=AnV26OM_KjPdvY9"
|
|
|
|
ExecStart=/usr/local/bin/systemd-gotify config -d
|
2024-09-19 11:24:11 +00:00
|
|
|
StandardOutput=journal
|
|
|
|
SysLogLevel=debug
|
|
|
|
LogRateLimitIntervalSec=3s
|
|
|
|
LogRateLimitBurst=10000
|
2024-09-11 10:02:23 +00:00
|
|
|
[Install]
|
2024-09-17 06:41:55 +00:00
|
|
|
WantedBy=default.target
|