Files
stormux/x86_64/airootfs/etc/systemd/system/log-to-ram-sync.timer
2025-11-19 03:26:25 -05:00

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