25 lines
444 B
Desktop File
Executable File
25 lines
444 B
Desktop File
Executable File
[Unit]
|
|
Description=Greeter daemon
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service
|
|
After=getty@tty2.service
|
|
Conflicts=getty@tty2.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=greetd
|
|
KillMode=mixed
|
|
IgnoreSIGPIPE=no
|
|
KeyringMode=shared
|
|
StandardInput=tty
|
|
StandardOutput=syslog
|
|
StandardError=inherit
|
|
TTYPath=/dev/tty2
|
|
TTYReset=yes
|
|
Restart=always
|
|
RestartSec=1
|
|
StartLimitBurst=5
|
|
StartLimitInterval=30
|
|
|
|
[Install]
|
|
Alias=display-manager.service
|