mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-26 05:18:44 -04:00
10 lines
174 B
SYSTEMD
10 lines
174 B
SYSTEMD
[Unit]
|
|
Description=X-Window Display Manager
|
|
After=systemd-user-sessions.service
|
|
|
|
[Service]
|
|
ExecStart=BINDIR/xdm -nodaemon
|
|
|
|
[Install]
|
|
Alias=graphical.target.wants/xdm.service
|