foot/foot-server.socket
Max Gautier 14ea4322fe
Order the systemd services after graphical-session.target
This fixes services in Wayland session where WAYLAND_DISPLAY is only
imported into the systemd user instance environment after
graphical-session.target is reached (such as GNOME).
2023-08-10 11:29:06 +02:00

10 lines
188 B
SYSTEMD

[Socket]
ListenStream=%t/foot.sock
[Unit]
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Install]
WantedBy=graphical-session.target