This commit is contained in:
dami 2025-07-21 19:25:59 +08:00
parent 212e3c1066
commit 93679924f4
2 changed files with 1 additions and 2 deletions

View File

@ -163,7 +163,6 @@ searchd
log = /var/log/manticore/searchd.log
query_log = /var/log/manticore/query.log
pid_file = /var/run/manticore/searchd.pid
data_dir = /var/lib/manticore
}
'''
conf = conf.replace("{$server_dir}", mw.getServerDir())

View File

@ -9,7 +9,7 @@ searchd {
log = /var/log/manticore/searchd.log
query_log = /var/log/manticore/query.log
pid_file = /var/run/manticore/searchd.pid
data_dir = /var/lib/manticore
#data_dir = /var/lib/manticore
}
source pre_forum_thread