aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/systemd/user/xdg-open.service
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/.config/systemd/user/xdg-open.service')
-rw-r--r--ssh/.config/systemd/user/xdg-open.service1
1 files changed, 1 insertions, 0 deletions
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]