mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[ALL] Switch back to using fuse-overlay storage driver
and a small fix for ovos_cli service.
This commit is contained in:
@ -16,7 +16,7 @@ Volume=%h/ovos/tmp:/tmp/mycroft
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
TimeoutStartSec=900
|
TimeoutStartSec=900
|
||||||
Restart=unless-stopped
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target default.target
|
WantedBy=multi-user.target default.target
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
[storage]
|
[storage]
|
||||||
driver = "overlay"
|
driver = "overlay"
|
||||||
|
|
||||||
|
[storage.options]
|
||||||
|
mount_program = "/usr/bin/fuse-overlayfs"
|
||||||
|
Reference in New Issue
Block a user