8b4d780078
patched to restore static greeter. Tested by shadchin@, jasper@
12 lines
203 B
SYSTEMD
12 lines
203 B
SYSTEMD
[Unit]
|
|
Description=X-Window Display Manager
|
|
After=systemd-user-sessions.service
|
|
|
|
[Service]
|
|
ExecStart=BINDIR/xdm -nodaemon
|
|
Type=notify
|
|
NotifyAccess=all
|
|
|
|
[Install]
|
|
Alias=graphical.target.wants/xdm.service
|