src.nth.io/

summaryrefslogtreecommitdiff
path: root/examples/mattertimectl.timer
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
committerLuke Hoersten <[email protected]>2026-07-28 20:13:03 -0500
commit3a535a57c1b5fa48d5495c31d308b42943f92583 (patch)
treef752c07530fcb10b75de41428b82df34d43e5a87 /examples/mattertimectl.timer
parentcf5eabb9647e6d53ec29a3f7de599a38dbfd5490 (diff)
Rename project to mattertimectl; default fabric label to Matter Time Controllerv0.1.0
- Rename crate, binary, and repo from mattertimesync to mattertimectl - Change default fabricLabel to "Matter Time Controller" - Point README at src.nth.io as the main repo, GitHub as the mirror
Diffstat (limited to 'examples/mattertimectl.timer')
-rw-r--r--examples/mattertimectl.timer10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/mattertimectl.timer b/examples/mattertimectl.timer
new file mode 100644
index 0000000..4d7b64a
--- /dev/null
+++ b/examples/mattertimectl.timer
@@ -0,0 +1,10 @@
+[Unit]
+Description=Periodic Matter device clock synchronization
+
+[Timer]
+OnBootSec=2min
+OnUnitActiveSec=1h
+RandomizedDelaySec=5min
+
+[Install]
+WantedBy=timers.target