aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/systemd/user/xdg-open.service
blob: 7113f44d856a825d86dcc937a455b8e777448f88 (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

[Install]
WantedBy=default.target