Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systemd: allow to start after multi-user.target #176

Closed
abretaud opened this issue Nov 16, 2022 · 2 comments · Fixed by #177
Closed

Systemd: allow to start after multi-user.target #176

abretaud opened this issue Nov 16, 2022 · 2 comments · Fixed by #177

Comments

@abretaud
Copy link
Contributor

Hi!
A little problem found with the systemd services for 22.05, on an ubuntu 20.04.4: when rebooting, the galaxy and galaxy-reports service fails with user/group stuff (Failed to determine group credentials), probably because the ldap stuff is not yet started when systemd tries to run galaxy.
A quick fix is to add After=multi-user.target in the two unit files, I wonder if this fix is valid for any install or if we need a way to make this configurable?

@hexylena
Copy link
Member

hexylena commented Nov 16, 2022

That makes sense to add by default, let's do that. I don't think it needs to be configurable. A lot of stuff depends on multi-user.

@abretaud
Copy link
Contributor Author

Cool 👍 , I'm creating a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants