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:
Ben Brown 2022-07-17 00:36:31 +01:00
parent 0c60bb3f29
commit 7639e7d2f6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -2,4 +2,4 @@
ListenStream=%t/foot-%i.sock ListenStream=%t/foot-%i.sock
[Install] [Install]
WantedBy=wayland-instance@.target WantedBy=graphical-session.target