From 9626a153a6b1bcf26d24c8b2f8aadb59fee9ad3b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 15 Apr 2020 23:59:29 +0200 Subject: [PATCH] systemd: require ssh-agent.service Not .socket. Not possible to use socket activation with this service. --- systemd/graphical-session@.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/graphical-session@.target b/systemd/graphical-session@.target index d1338fa..faf8ad6 100644 --- a/systemd/graphical-session@.target +++ b/systemd/graphical-session@.target @@ -14,4 +14,4 @@ Wants=xiccd@%i.service Wants=xsettingsd@%i.service Wants=xss-lock@%i.service Wants=tmux.service -Wants=ssh-agent.socket +Wants=ssh-agent.service