chiark / gitweb /
Remove frugalware display-manager.service
[elogind.git] / units / console-shell.service.m4.in
index 7d0da9b8608a67447ab31525eba651c6e7b81c81..e0fbc61b9642fa878faae2a83fe8b9985e5e04ba 100644 (file)
@@ -7,10 +7,14 @@
 
 [Unit]
 Description=Console Shell
+Documentation=man:sulogin(8)
 After=systemd-user-sessions.service plymouth-quit-wait.service
 m4_ifdef(`TARGET_FEDORA',
 After=rc-local.service
 )m4_dnl
+m4_ifdef(`TARGET_DEBIAN',
+After=rc.local.service
+)m4_dnl
 m4_ifdef(`TARGET_ARCH',
 After=rc-local.service
 )m4_dnl
@@ -33,6 +37,7 @@ Environment=HOME=/root
 WorkingDirectory=/root
 ExecStart=-/sbin/sulogin
 ExecStopPost=-@SYSTEMCTL@ poweroff
+Type=idle
 StandardInput=tty-force
 StandardOutput=inherit
 StandardError=inherit