dotfiles/systemd/system/log_storage.timer

12 lines
203 B
SYSTEMD
Raw Normal View History

2023-09-04 14:03:13 -06:00
[Unit]
Description=Log the current non-volatile storage
Requires=log_storage.service
[Timer]
Unit=log_storage.service
OnCalendar=*-*-* 0/2:00:00
RandomizedDelaySec=10m
[Install]
WantedBy=timers.target