22 lines
500 B
Desktop File
22 lines
500 B
Desktop File
[Unit]
|
|
Description=COSMIC Greeter
|
|
After=systemd-user-sessions.service plymouth-quit-wait.service cosmic-greeter-daemon.service
|
|
After=getty@tty1.service
|
|
Conflicts=getty@tty1.service
|
|
Wants=cosmic-greeter-daemon.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=greetd --config /etc/greetd/cosmic-greeter.toml
|
|
IgnoreSIGPIPE=no
|
|
SendSIGHUP=yes
|
|
TimeoutStopSec=30s
|
|
KeyringMode=shared
|
|
Restart=always
|
|
RestartSec=1
|
|
StartLimitBurst=5
|
|
StartLimitInterval=30
|
|
|
|
# Managed by debconf
|
|
#[Install]
|
|
#Alias=display-manager.service
|