aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh')
-rw-r--r--ssh/.config/systemd/user/ssh-open.service (renamed from ssh/.config/systemd/user/xdg-open.service)3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh/.config/systemd/user/xdg-open.service b/ssh/.config/systemd/user/ssh-open.service
index 42b7c66..f0d06a4 100644
--- a/ssh/.config/systemd/user/xdg-open.service
+++ b/ssh/.config/systemd/user/ssh-open.service
@@ -2,8 +2,7 @@
Description=xdg-open socket listener
[Service]
-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
+ExecStart=/usr/bin/socat UNIX-LISTEN:%t/xdg-open.socket,fork,umask=007 EXEC:"xargs xdg-open",nofork,stderr
[Install]
WantedBy=default.target