Files
stormux/pi4/files/etc/systemd/system/log-to-ram-sync.timer

11 lines
183 B
SYSTEMD

[Unit]
Description=Sync logs from RAM to disk every hour
Requires=log-to-ram-sync.service
[Timer]
OnBootSec=15min
OnUnitActiveSec=1h
Persistent=true
[Install]
WantedBy=timers.target