mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 03:57:48 +01:00
2eac7d5ceb
and a small fix for ovos_cli service.
23 lines
427 B
Plaintext
23 lines
427 B
Plaintext
[Unit]
|
|
Description=OpenVoiceOS CLI
|
|
After=local-fs.target
|
|
|
|
[Container]
|
|
ContainerName=ovos_cli
|
|
Image=docker.io/smartgic/ovos-cli:alpha
|
|
AutoUpdate=registry
|
|
LogDriver=journald
|
|
HostName=ovos_cli
|
|
Network=host
|
|
Timezone=local
|
|
UserNS=keep-id:uid=%U,gid=%G
|
|
Volume=%h/ovos/config:/home/ovos/.config/mycroft
|
|
Volume=%h/ovos/tmp:/tmp/mycroft
|
|
|
|
[Service]
|
|
TimeoutStartSec=900
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|