15 lines
400 B
SYSTEMD
15 lines
400 B
SYSTEMD
[Unit]
|
|
Description=Morphit journald disk-usage monitor timer — daily
|
|
Documentation=https://git.agorise.net/agorise/morphit
|
|
Requires=morphit-journald-monitor.service
|
|
|
|
[Timer]
|
|
# Daily at 06:00 UTC + 30min jitter. Journal growth is slow;
|
|
# daily is plenty.
|
|
OnCalendar=*-*-* 06:00:00 UTC
|
|
RandomizedDelaySec=30min
|
|
Persistent=true
|
|
Unit=morphit-journald-monitor.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|