dotfiles/systemd/system/log_storage.timer

12 lines
203 B
SYSTEMD
Raw Normal View History

2023-12-23 20:14:16 -07: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