blob: 3207c9453d115803abf293138e0cfd11d1cb526a (
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
SocketGroup=lxd
SocketMode=0660
Service=lxd.service
[Install]
WantedBy=sockets.target
|