From 068a600fa57a5bf8d0231ba154fdde26e7a578aa Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 3 Apr 2024 13:14:43 -0500 Subject: fix(ssh): fix ssh-open service to return stderr --- ssh/.config/systemd/user/ssh-open.service | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ssh/.config/systemd/user/ssh-open.service (limited to 'ssh/.config/systemd/user/ssh-open.service') diff --git a/ssh/.config/systemd/user/ssh-open.service b/ssh/.config/systemd/user/ssh-open.service new file mode 100644 index 0000000..f0d06a4 --- /dev/null +++ b/ssh/.config/systemd/user/ssh-open.service @@ -0,0 +1,8 @@ +[Unit] +Description=xdg-open socket listener + +[Service] +ExecStart=/usr/bin/socat UNIX-LISTEN:%t/xdg-open.socket,fork,umask=007 EXEC:"xargs xdg-open",nofork,stderr + +[Install] +WantedBy=default.target -- cgit v1.2.3-70-g09d2