Update README with XDG_RUNTIME_DIR export instructions
Added instructions to set XDG_RUNTIME_DIR in ~/.bashrc
This commit is contained in:
@@ -102,6 +102,7 @@ python3 sunrise.py
|
|||||||
|
|
||||||
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||||
systemctl --user list-timers 'sky-cam-sunrise*'
|
systemctl --user list-timers 'sky-cam-sunrise*'
|
||||||
|
|
||||||
# Add that export to your ~/.bashrc so it's always set in your shell:
|
# Add that export to your ~/.bashrc so it's always set in your shell:
|
||||||
|
|
||||||
echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc
|
echo 'export XDG_RUNTIME_DIR=/run/user/$(id -u)' >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user