Skip to content

Commit

Permalink
[ansible/venv] Less restrictive about the group for ovos-phal-admin
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Oct 11, 2024
1 parent 44d854b commit edebffa
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 edebffa

Please sign in to comment.