added README for proper interventions

This commit is contained in:
kenji
2025-11-25 23:16:44 -06:00
parent 17aa972349
commit b44407577f
+13
View File
@@ -0,0 +1,13 @@
# Stow Components
## Interventions
### Proper `Vdirsync` Implementation
Must sync (usually q5m) to avoid outdated information.
`````
```bash
systemctl --user daemon-reload
systemctl --user enable --now vdirsyncer.timer
# verify if it works (look for vdirsyncer.timer):
systemctl --user list-timers
```