galaxyproject / ansible-galaxy

An Ansible role for managing a Galaxy server
https://galaxy.ansible.com/galaxyproject/galaxy
58 stars 75 forks source link

Fix systemd handler #181

Closed drosofff closed 1 year ago

drosofff commented 1 year ago

In some occasions, the systemd handler is conflicting with the galaxy gravity restart (22.05) handler because it is started but not running yet. This PR ensures the systemd galaxy.service is running. I may squash my commits if interested

hexylena commented 1 year ago

I'm afraid we will deprecate the built-in systemd support in lieu of gravity which can better handle it.

hexylena commented 1 year ago

Thank you for attempting to fix this, though.