mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-08 07:38:41 -05:00
By default when the Snap package is installed, YaCy data is stored in a versioned user folder, allowing to revert to previous data after a package refresh for example. But it can consumes much disk space, so it is now possible to tell YaCy snap not to version its data, with the Snap configuration setting "data.versioned=false".
6 lines
188 B
Bash
Executable File
6 lines
188 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Snap configuration hook script
|
|
# Even if empty, its presence is required to enable the Snap specific "data.versioned" configuration key
|
|
|
|
echo "Configuring yacy-search" |