1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-03 03:57:48 +01:00
j1nx 2eac7d5ceb [ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
2023-08-31 07:42:39 +00:00

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