service: Imrove native sockets

This commit is contained in:
uumas
2026-03-12 00:34:25 +02:00
parent 294b931d19
commit efc7bf5434
3 changed files with 4 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
---
_service_container_socket_mount:
type: bind
source: /run/{{ service_name }}
destination: /run/{{ service_name }}
source: /run/{{ service_name }}.sock
destination: /run/{{ service_name }}.sock
_service_volume_mounts: "{{ service_container_mounts | selectattr('type', '==', 'volume') }}"
_service_template_mounts: "{{ service_container_mounts | selectattr('type', '==', 'template') }}"