mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
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).
14 lines
315 B
SYSTEMD
14 lines
315 B
SYSTEMD
[Service]
|
|
ExecStart=@bindir@/foot --server=3
|
|
UnsetEnvironment=LISTEN_PID LISTEN_FDS LISTEN_FDNAMES
|
|
NonBlocking=true
|
|
|
|
[Unit]
|
|
Requires=%N.socket
|
|
Description=Foot terminal server mode
|
|
Documentation=man:foot(1)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|