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