Possible to give read/write access to the group when creating the config.json? #65
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, I have a problem in my system: each time someone start the server, it will recreate the file config.json with the following credentials:
So when someone else tries to restart the server it will fail because it cannot read the config.json file.
Is it possible to change the behavior to give access to the whole group?
Checkout https://webinstall.dev/serviceman
That's the easiest way to use
systemd
so that the service is owned by a specific user/group rather than changing hands with each user.For example:
Sorry man. Actually I think that I was responsible for the config.json being written with wrong permissions. I thought it was part of greenlock process.