Skip to content

Commit

Permalink
Merge pull request #179 from OpenVoiceOS/fix/ovos_phal_admin
Browse files Browse the repository at this point in the history
[ansible/venv] Less restrictive about the group for ovos-phal-admin
  • Loading branch information
goldyfruit authored Oct 11, 2024
2 parents 44d854b + edebffa commit 3e9f8db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
ExecStartPost=/usr/bin/chown {{ ovos_installer_user }}:{{ ovos_installer_user }} -R /tmp/combo_locks
ExecStartPost=/usr/bin/chown {{ ovos_installer_user }}: -R /tmp/combo_locks
ExecReload=/usr/bin/kill -s HUP $MAINPID
ExecStop=/usr/bin/kill -s KILL $MAINPID
Restart=on-failure
Expand Down

0 comments on commit 3e9f8db

Please sign in to comment.