initial commit

This commit is contained in:
jonathan santis
2025-05-12 14:47:49 +02:00
commit cd23e1cfc1
10 changed files with 731 additions and 0 deletions

13
systemd-gotify.service Normal file
View File

@@ -0,0 +1,13 @@
[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