blob: e4ad502d660bde3f79de0dace68caa83cda4b577 (
plain)
1
2
3
4
5
6
7
8
9
|
# org-roam KB auto-sync (spec D8). Install:
# cp scripts/systemd/roam-sync.* ~/.config/systemd/user/
# systemctl --user daemon-reload && systemctl --user enable --now roam-sync.timer
[Unit]
Description=Auto-sync the org-roam knowledge base repo
[Service]
Type=oneshot
ExecStart=%h/code/rulesets/scripts/roam-sync.sh %h/org/roam
|