initial commit
This commit is contained in:
13
systemd-gotify.service
Normal file
13
systemd-gotify.service
Normal 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
|
||||
Reference in New Issue
Block a user