14 lines
326 B
Desktop File
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
|