From bca101a9a3e7786d290ed868713054c4351da47a Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 21 Oct 2023 13:23:13 -0500 Subject: fix(ssh): force removal of socket --- ssh/.config/systemd/user/xdg-open.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/.config/systemd/user/xdg-open.service b/ssh/.config/systemd/user/xdg-open.service index cb96d9e..42b7c66 100644 --- a/ssh/.config/systemd/user/xdg-open.service +++ b/ssh/.config/systemd/user/xdg-open.service @@ -2,7 +2,7 @@ Description=xdg-open socket listener [Service] -ExecStartPre=/usr/bin/rm %t/xdg-open.socket +ExecStartPre=/usr/bin/rm -f %t/xdg-open.socket ExecStart=/usr/bin/socat UNIX-LISTEN:%t/xdg-open.socket,fork,umask=007 EXEC:"xargs xdg-open",nofork [Install] -- cgit v1.2.3-70-g09d2