aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/systemd/user/xdg-open.service
blob: 42b7c66b850567caef86622a7d5ec2671403ce88 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
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

[Install]
WantedBy=default.target