From 9919e07f108fffe200ef70971c70105d085d20f9 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 10 Oct 2023 14:29:29 -0500 Subject: fix(xdg-open): remove sock before starting service --- ssh/.config/systemd/user/xdg-open.service | 1 + 1 file changed, 1 insertion(+) (limited to 'ssh/.config/systemd/user/xdg-open.service') diff --git a/ssh/.config/systemd/user/xdg-open.service b/ssh/.config/systemd/user/xdg-open.service index 7113f44..cb96d9e 100644 --- a/ssh/.config/systemd/user/xdg-open.service +++ b/ssh/.config/systemd/user/xdg-open.service @@ -2,6 +2,7 @@ Description=xdg-open socket listener [Service] +ExecStartPre=/usr/bin/rm %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