Move deprecated mail/mattermost host-agent units, firecuda outside-runner helpers, and legacy multi-host site-gen into meta/. Production stays host-agent + site-gen/console_to_html.py; install no longer ships mail/mm timers.
14 lines
310 B
SYSTEMD
14 lines
310 B
SYSTEMD
[Unit]
|
|
Description=Periodic taler-monitoring Mattermost (chat health)
|
|
Documentation=file:%h/src/taler-monitoring/host-agent/README.md
|
|
|
|
[Timer]
|
|
OnBootSec=25min
|
|
OnUnitActiveSec=1h
|
|
AccuracySec=2min
|
|
Persistent=true
|
|
RandomizedDelaySec=5min
|
|
Unit=taler-monitoring-mattermost.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|