[ALL] Switch back to using fuse-overlay storage driver

and a small fix for ovos_cli service.
This commit is contained in:
j1nx 2023-08-31 07:42:39 +00:00
parent bf166be419
commit 2eac7d5ceb
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Volume=%h/ovos/tmp:/tmp/mycroft
[Service]
TimeoutStartSec=900
Restart=unless-stopped
Restart=always
[Install]
WantedBy=multi-user.target default.target

View File

@ -1,2 +1,5 @@
[storage]
driver = "overlay"
[storage.options]
mount_program = "/usr/bin/fuse-overlayfs"