From 7639e7d2f64b4dce0465c3afa99d9308bfb5388f Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Sun, 17 Jul 2022 00:36:31 +0100 Subject: [PATCH] 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. --- foot-server@.service.in | 2 +- foot-server@.socket | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/foot-server@.service.in b/foot-server@.service.in index 81c13bb4..7a3320e2 100644 --- a/foot-server@.service.in +++ b/foot-server@.service.in @@ -10,4 +10,4 @@ Description=Foot terminal server mode for WAYLAND_DISPLAY=%i Documentation=man:foot(1) [Install] -WantedBy=wayland-instance@.target +WantedBy=graphical-session.target diff --git a/foot-server@.socket b/foot-server@.socket index 71db51cb..82cac3b2 100644 --- a/foot-server@.socket +++ b/foot-server@.socket @@ -2,4 +2,4 @@ ListenStream=%t/foot-%i.sock [Install] -WantedBy=wayland-instance@.target +WantedBy=graphical-session.target