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

Create RUNTIME_DIR_PARENT ourselves if it doesn't exists? #5

Closed
stacyharper opened this issue Oct 6, 2023 · 1 comment
Closed

Create RUNTIME_DIR_PARENT ourselves if it doesn't exists? #5

stacyharper opened this issue Oct 6, 2023 · 1 comment

Comments

@stacyharper
Copy link

stacyharper commented Oct 6, 2023

The README explains:

The user is responsible for ensuring that the RUNTIME_DIR_PARENT directory (/run/user by default) exists and is only writable by root.

The problem is that this move this responsibility to the distro, and there is no convenient way to do so. I'm from Alpine Linux, and I am trying to make this project to works OOTB, without requiring any action from the user, except installing this package.

Are you open to the idea that dumb_runtime_dir could create this directory itself?

@ifreund
Copy link
Owner

ifreund commented Oct 9, 2023

I don't have any intention of changing this.

For void linux for example it is done here: https://github.com/void-linux/void-runit/blob/329b891426efc093ad8c65e96364427c2fb25b54/core-services/00-pseudofs.sh#L8

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

No branches or pull requests

2 participants