diff --git a/roles/homeassistant/templates/homeassistant.service.j2 b/roles/homeassistant/templates/homeassistant.service.j2 index 15a7d68..4d3d88f 100644 --- a/roles/homeassistant/templates/homeassistant.service.j2 +++ b/roles/homeassistant/templates/homeassistant.service.j2 @@ -21,6 +21,7 @@ ExecStart=/usr/bin/podman run \ --gidmap 1:4000000:65536 \ ghcr.io/home-assistant/{{ homeassistant_image_name }}:stable ProtectSystem=full +TemporaryFileSystem=/var/lib/homeassistant/.ssh UMask=0077 TimeoutStartSec=5min