Update README.md

This commit is contained in:
Outis
2026-04-22 11:32:39 -04:00
committed by GitHub
parent 1f9f001755
commit 9126e62a92
+7 -1
View File
@@ -98,7 +98,13 @@ systemctl --user list-timers 'sky-cam-*'
# Test sunrise calculation
python3 sunrise.py
# echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc
# export XDG_RUNTIME_DIR so system schedules will show
export XDG_RUNTIME_DIR=/run/user/$(id -u)
systemctl --user list-timers 'sky-cam-sunrise*'
# Add that export to your ~/.bashrc so it's always set in your shell:
echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc
source ~/.bashrc
```