aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/systemd
diff options
context:
space:
mode:
Diffstat (limited to 'ssh/.config/systemd')
-rw-r--r--ssh/.config/systemd/user/xdg-open.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/ssh/.config/systemd/user/xdg-open.service b/ssh/.config/systemd/user/xdg-open.service
new file mode 100644
index 0000000..7113f44
--- /dev/null
+++ b/ssh/.config/systemd/user/xdg-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
+
+[Install]
+WantedBy=default.target