Skip to content

Commit

Permalink
[ansible/venv] Set XDG_CONFIG_HOME and XDG_CACHE_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 24, 2023
1 parent 39116a1 commit afc745b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Description=Open Voice OS - PHAL Admin
After=network.target ovos-messagebus.service

[Service]
Environment=XDG_CONFIG_HOME={{ ovos_installer_user_home }}/.config
Environment=XDG_CACHE_HOME={{ ovos_installer_user_home }}/.cache
WorkingDirectory={{ ovos_installer_user_home }}/.venvs/ovos
ExecStart={{ ovos_installer_user_home }}/.venvs/ovos/bin/ovos_PHAL_admin
ExecReload=/bin/kill -s HUP $MAINPID
Expand Down

0 comments on commit afc745b

Please sign in to comment.