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

multi-user systemd support #162

Open
gtirloni opened this issue Jun 12, 2022 · 1 comment
Open

multi-user systemd support #162

gtirloni opened this issue Jun 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@gtirloni
Copy link

Is your feature request related to a problem? Please describe.

Support for multiple-user in the systemd flavor of Fedora Remix

Describe the solution you'd like
Ability to continue using systemd with non-standard users (e.g. added through useradd).

Describe alternatives you've considered
None

Additional context
If you try to use any systemd commands through your secondary user in WSL, it'll fail:

$ id
uid=1001(user2) gid=1001(user2) groups=1001(user2),993(docker)

$ systemctl daemon-reload
==== AUTHENTICATING FOR org.freedesktop.systemd1.reload-daemon ====
Authentication is required to reload the systemd state.
Authenticating as: default
Password:
==== AUTHENTICATION COMPLETE ====

$ systemctl enable --user ssh-agent.service
Failed to connect to bus: No medium found
@crramirez crramirez added the enhancement New feature or request label Jun 12, 2022
@crramirez
Copy link
Contributor

Hello @gtirloni,

Looks like a good addition. We are going to discuss it internally to see how much effort it requires.

Regards,
Carlos

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

No branches or pull requests

2 participants