blob: 4ec3cede3a37f8cac5e31554678d3cf15d604d51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=LXD - unix socket
Documentation=man:lxd(1)
[Socket]
ListenStream=/var/lib/lxd/unix.socket
SocketMode=0660
SocketGroup=lxd
Service=lxd.service
[Install]
WantedBy=sockets.target
|