OpenVoiceOS/buildroot-external/rootfs-overlay/home/ovos/.config/containers/systemd/ovos-messagebus.container

25 lines
560 B
Plaintext

[Unit]
Description=OpenVoiceOS Messagebus Service
After=local-fs.target
After=network-online.target
Wants=network-online.target
[Container]
ContainerName=ovos-messagebus
Image=docker.io/smartgic/ovos-messagebus:alpha
Pull=never
AutoUpdate=registry
LogDriver=journald
HostName=ovos-messagebus
Network=host
Timezone=local
UserNS=keep-id:uid=%U,gid=%G
SecurityLabelDisable=true
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro,z
Volume=ovos_local_state:/home/ovos/.local/state/mycroft:z
Volume=%h/ovos/tmp:/tmp:z
[Service]
TimeoutStartSec=900
Restart=always