foot/foot-server@.service.in
Ben Brown 7639e7d2f6 Use graphical-session.target in the systemd unit and timer
I'm not entirely certain what wayland-instance@.target alludes to, but
`graphical-session.target` is likely the more appropriate target.
2022-07-17 00:36:38 +01:00

13 lines
273 B
SYSTEMD

[Service]
ExecStart=@bindir@/foot --server=0
Environment=WAYLAND_DISPLAY=%i
NonBlocking=true
StandardInput=socket
[Unit]
Requires=%N.socket
Description=Foot terminal server mode for WAYLAND_DISPLAY=%i
Documentation=man:foot(1)
[Install]
WantedBy=graphical-session.target