mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
Ties systemd units to graphical-session.target
- 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.
This commit is contained in:
parent
c12db68363
commit
d3ffb0bde1
4 changed files with 14 additions and 10 deletions
|
|
@ -329,13 +329,13 @@ if systemd.found() or custom_systemd_units_dir != ''
|
|||
|
||||
configure_file(
|
||||
configuration: configuration,
|
||||
input: 'foot-server@.service.in',
|
||||
input: 'foot-server.service.in',
|
||||
output: '@BASENAME@',
|
||||
install_dir: systemd_units_dir
|
||||
)
|
||||
|
||||
install_data(
|
||||
'foot-server@.socket',
|
||||
'foot-server.socket',
|
||||
install_dir: systemd_units_dir)
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue