mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
- wayland-instance template target was a mistake. Systemd does not support simultaneous same user session, so stop trying to go against that. - Only start systemd units in Wayland environments.
13 lines
284 B
SYSTEMD
13 lines
284 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
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|