mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
So that we can be started by systemd --user, instead of gnome-session.
There are three units:
- gnome-shell.service: Start gnome-shell itself.
- gnome-shell-x11.target, gnome-shell-wayland.target: Sync points for
units that need to care if x11 or wayland is in use.
gnome-settings-daemon will use these, for example.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/138
5 lines
139 B
SYSTEMD
5 lines
139 B
SYSTEMD
[Unit]
|
|
Description=GNOME Shell (wayland sync point)
|
|
After=gnome-shell.service
|
|
BindsTo=gnome-shell.service
|
|
Conflicts=gnome-shell-x11.target
|