You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 usingsystemctl --user
started from user credentials.The text was updated successfully, but these errors were encountered: