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

Bare systemd --user session support? #178

Open
mathstuf opened this issue Sep 26, 2023 · 2 comments
Open

Bare systemd --user session support? #178

mathstuf opened this issue Sep 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mathstuf
Copy link

Is there support for not using a specific session but rather just letting systemd --user handle starting up everything? A proper login manager would be nice to have, but I've never found one that works as well as the plain tty login because they "try too much".

@coastalwhite
Copy link
Owner

Thank you for this suggestion.

I am trying to understand. Do you want systemd --user just to boot into a terminal environment or do you want it to start a graphical environment as well. I am not very familiar with systemd --user being used as such. Is there maybe some example code from a tty login which performs what you are looking for?

@coastalwhite coastalwhite added the enhancement New feature or request label Sep 26, 2023
@mathstuf
Copy link
Author

mathstuf commented Sep 27, 2023

I honestly don't know what triggers it (probably logind?), but X, dbus, etc. are all started by user units I've made. As soon as I login to a TTY on first boot, my session starts up according to the units. About the only custom thing for startup outside of unit files is that I have tlock run in my shell's startup so that if X dies or something, it's not just a bare shell available.

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