mongos: add RuntimeDirectory to systemd unit file#793
mongos: add RuntimeDirectory to systemd unit file#793schlitzered wants to merge 1 commit intovoxpupuli:masterfrom
Conversation
|
@schlitzered thanks for the PR, can you please rebase and take a look at the CI failures? |
done |
|
as said above, please rebase. a merge isn't a rebase :) |
|
From your working directory, you can rebase and squash with: This will bring your editor listing all commits in your branch. Keep the first line unchanged, and replace Then push your updated branch: |
028252e to
ae7da99
Compare
ae7da99 to
bb21611
Compare
not sure if i did the right thing now... but now there is only one commit, and i do not see any conflicts. if not, please try to explain in detail what you expect, with the assumption in mind that i am a 3 year old that likes to eat clay ;) |
This adds RuntimeDirectory and RuntimeDirectoryMode to the mongos systemd unit file template to ensure /run/mongodb is created with the correct permissions.
Also fixes a bug in the mongos service manifest where service_group was incorrectly passed as service_user to the unit file template.