aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/systemd/user/ssh-open.service
blob: f0d06a4527d3c2cef16a62fe212db1d85606c5b4 (plain)
1
2
3
4
5
6
7
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