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

[FEATURE] Add support for user services (started controlled by specific user, not root) #66

Open
MurzNN opened this issue Mar 7, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@MurzNN
Copy link

MurzNN commented Mar 7, 2021

Will be good to have ability to create and manage systemd per-user services, to allow users start-stop them. Here https://wiki.archlinux.org/index.php/systemd/User is some documentation about this.

This can be implemented via moving the .service file to ~/.config/systemd/user/ folder, and control the service status via using systemctl --user started from user credentials.

@MurzNN MurzNN added the enhancement New feature or request label Mar 7, 2021
@emansom
Copy link

emansom commented May 20, 2022

Crucial for rootless Podman as example.

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