diff options
Diffstat (limited to 'recipes-containers/incus/files/incus.socket')
| -rw-r--r-- | recipes-containers/incus/files/incus.socket | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-containers/incus/files/incus.socket b/recipes-containers/incus/files/incus.socket new file mode 100644 index 00000000..2eaa54bb --- /dev/null +++ b/recipes-containers/incus/files/incus.socket | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Incus - Container and VM manager (Unix socket) | ||
| 3 | Documentation=https://linuxcontainers.org/incus/docs/main/ | ||
| 4 | |||
| 5 | [Socket] | ||
| 6 | ListenStream=/var/lib/incus/unix.socket | ||
| 7 | SocketMode=0660 | ||
| 8 | SocketGroup=incus-admin | ||
| 9 | Service=incus.service | ||
| 10 | |||
| 11 | [Install] | ||
| 12 | WantedBy=sockets.target | ||
