2023-08-30 11:50:40 +00:00
|
|
|
[Unit]
|
|
|
|
Description=OpenVoiceOS Messagebus Service
|
|
|
|
After=local-fs.target
|
|
|
|
|
|
|
|
[Container]
|
|
|
|
ContainerName=ovos_messagebus
|
|
|
|
Image=docker.io/smartgic/ovos-messagebus:alpha
|
|
|
|
AutoUpdate=registry
|
|
|
|
LogDriver=journald
|
|
|
|
HostName=ovos_messagebus
|
|
|
|
Network=host
|
|
|
|
Timezone=local
|
2023-08-30 18:49:54 +00:00
|
|
|
UserNS=keep-id:uid=%U,gid=%G
|
2023-08-30 11:50:40 +00:00
|
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
|
2023-09-02 11:58:28 +00:00
|
|
|
Volume=/dev/shm:/tmp
|
2023-08-30 11:50:40 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
TimeoutStartSec=900
|
2023-09-02 11:58:28 +00:00
|
|
|
Restart=always
|
2023-08-30 11:50:40 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target default.target
|