cosmic-greeter/debian/cosmic-greeter.service
Ryan Brue aa18965a03 fix(daemon): require daemon in greeter, give daemon type dbus
This PR will fix race conditions in which the cosmic-greeter service starts before the cosmic-greeter-daemon can acquire a bus name. However, it should be noted that now that greeter requires the daemon, it won't start *unless* the daemon is able to start.
2024-05-06 19:22:39 -06:00

22 lines
503 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
Requires=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