[Lunar-commits] <moonbase-other> slim: adjust systemd file
v4hn
me at v4hn.de
Fri Jun 21 00:06:45 CEST 2013
commit e31336ede42cb1110f6a2cc2ae9be00ccea7808f
Author: v4hn <me at v4hn.de>
Date: Thu, 20 Jun 2013 15:03:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e31336ede42cb1110f6a2cc2ae9be00ccea7808f
slim: adjust systemd file
I just spend some hours trying to figure out what is wrong.
My slim still starts up but fails to spawn the desktop environment
after successful login.
It seems the regular bash --login command now fails without a tty.
If you know better, please fix this in some other way,
this solves the problem perfectly fine for me though.
---
x11-utils/slim/systemd.d/slim.service | +2/-0
1 file changed, 2 insertions(+)
--- a/x11-utils/slim/systemd.d/slim.service
+++ b/x11-utils/slim/systemd.d/slim.service
@@ -4,6 +4,8 @@ After=systemd-user-sessions.service
[Service]
ExecStart=/usr/bin/slim -nodaemon
+StandardInput=tty-force
+TTYPath=/dev/tty7
[Install]
Alias=display-manager.service
More information about the Lunar-commits
mailing list