You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
386 B
16 lines
386 B
[Unit] |
|
Description=Enlightenment Display Manager |
|
Conflicts=getty@tty1.service plymouth-quit.service |
|
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service |
|
|
|
[Service] |
|
|
|
Environment="LD_LIBRARY_PATH=@libdir@" |
|
IgnoreSIGPIPE=no |
|
ExecStart=@SBINDIR@/entrance --nodaemon |
|
Restart= always |
|
StandardOutput=syslog |
|
StandardError=inherit |
|
|
|
[Install] |
|
Alias=display-manager.service
|
|
|