mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
23 lines
474 B
Plaintext
23 lines
474 B
Plaintext
[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
|
|
UserNS=keep-id:uid=%U,gid=%G
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft:ro
|
|
Volume=%h/ovos/tmp:/tmp/mycroft
|
|
|
|
[Service]
|
|
TimeoutStartSec=900
|
|
Restart=unless-stopped
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|