foot/foot-server.service.in
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

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