add timer

This commit is contained in:
2026-07-26 19:56:39 +02:00
parent 262f9cdb20
commit efb0c8562b
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -202,8 +202,10 @@ ls /mnt/kdrive
# backup of things not in kdrive
cp systemd/server-backup.* /etc/systemd/system/
cp systemd/freshrss-fav-archiver.* /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now server-backup.timer
systemctl enable --now freshrss-fav-archiver.timer
###############################################################################
# hledger-web
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Run FreshRSS favorite article archiver periodically
[Timer]
OnBootSec=5min
OnUnitActiveSec=10min
Persistent=true
[Install]
WantedBy=timers.target