Skip to content

Commit 70c3f19

Browse files
committed
blog: add systemd timer for auto-rebuild every 5min
Polls msf.github.io and rebuilds if there are new commits. No webhook or external exposure needed — ideal for LAN server.
1 parent ba86c39 commit 70c3f19

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

blog/autobuild.timer

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Unit]
2+
Description=Blog auto-rebuild timer (every 30 minutes)
3+
4+
[Timer]
5+
OnBootSec=1min
6+
OnUnitActiveSec=30min
7+
RandomizedDelaySec=30s
8+
9+
[Install]
10+
WantedBy=timers.target

0 commit comments

Comments
 (0)