summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-10-21 13:23:13 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-10-21 13:23:13 -0500
commitbca101a9a3e7786d290ed868713054c4351da47a (patch)
tree467147b4dc84470398e058bac207a409f32db88d /ssh/.config
parentd4ba9369a4ec04d0869a9b772fa06a50df0e02bb (diff)
fix(ssh): force removal of socket
Diffstat (limited to 'ssh/.config')
-rw-r--r--ssh/.config/systemd/user/xdg-open.service2
1 files changed, 1 insertions, 1 deletions
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]