This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
Files
home-assistant-yellow/overlay/etc/containers/systemd/mosquitto.container
Dustin C. Hatch 00c957957d Split repo: remove generic Aimee OS
Splitting the Home Assistant Yellow configuration into its own
repository; the generic Aimee OS build system and configuration are now
tracked in a separate repository.
2023-04-01 10:35:59 -05:00

20 lines
360 B
Plaintext

[Unit]
After=network-online.target
Wants=network-online.target
[Container]
Image=docker.io/library/eclipse-mosquitto:latest
Network=host
Volume=/etc/mosquitto:/mosquitto/config:Z
Volume=/var/lib/mosquitto:/mosquitto/data:Z
Volume=/var/log/mosquitto:/mosquitto/log:Z
User=301
Group=301
ReadOnly=true
[Service]
UMask=0077
[Install]
WantedBy=multi-user.target