mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
fix(systemd): always use socket activation
foot --server supports socket activation when managed by systemd or s6, so remove the Install section from the .service unit to make systemd always use socket activation for the service. Also mention in the foot(1) manpage how to easily enable the systemd-managed foot server. See <https://codeberg.org/dnkl/foot/pulls/1110#issuecomment-661389>
This commit is contained in:
parent
59c9dfe109
commit
e2d67af8ed
2 changed files with 5 additions and 4 deletions
|
|
@ -8,6 +8,3 @@ NonBlocking=true
|
|||
Requires=%N.socket
|
||||
Description=Foot terminal server mode for WAYLAND_DISPLAY=%i
|
||||
Documentation=man:foot(1)
|
||||
|
||||
[Install]
|
||||
WantedBy=wayland-instance@.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue