2023-08-30 13:50:40 +02:00
|
|
|
[Unit]
|
|
|
|
Description=OpenVoiceOS Messagebus Service
|
|
|
|
After=local-fs.target
|
2023-09-16 13:48:45 +02:00
|
|
|
After=network-online.target
|
|
|
|
Wants=network-online.target
|
2023-08-30 13:50:40 +02:00
|
|
|
|
|
|
|
[Container]
|
2024-01-09 12:59:46 +01:00
|
|
|
ContainerName=ovos-messagebus
|
2023-08-30 13:50:40 +02:00
|
|
|
Image=docker.io/smartgic/ovos-messagebus:alpha
|
|
|
|
AutoUpdate=registry
|
|
|
|
LogDriver=journald
|
2024-01-09 12:59:46 +01:00
|
|
|
HostName=ovos-messagebus
|
2023-08-30 13:50:40 +02:00
|
|
|
Network=host
|
|
|
|
Timezone=local
|
2023-08-30 20:49:54 +02:00
|
|
|
UserNS=keep-id:uid=%U,gid=%G
|
2023-08-30 13:50:40 +02:00
|
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
|
2023-12-02 15:22:47 +01:00
|
|
|
Volume=%h/ovos/tmp:/tmp
|
2023-08-30 13:50:40 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
TimeoutStartSec=900
|
2023-09-02 13:58:28 +02:00
|
|
|
Restart=always
|