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.
11 lines
195 B
Desktop File
11 lines
195 B
Desktop File
[Unit]
|
|
Description=COSMIC Greeter Daemon
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.system76.CosmicGreeter
|
|
ExecStart=/usr/bin/cosmic-greeter-daemon
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|