mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
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.
This commit is contained in:
parent
0c60bb3f29
commit
7639e7d2f6
2 changed files with 2 additions and 2 deletions
|
|
@ -10,4 +10,4 @@ Description=Foot terminal server mode for WAYLAND_DISPLAY=%i
|
||||||
Documentation=man:foot(1)
|
Documentation=man:foot(1)
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wayland-instance@.target
|
WantedBy=graphical-session.target
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
ListenStream=%t/foot-%i.sock
|
ListenStream=%t/foot-%i.sock
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wayland-instance@.target
|
WantedBy=graphical-session.target
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue