Commit f4eb471e authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

meh

parent 6ec77a85
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -33,6 +33,14 @@ daemon () {
        -g sopds \
        sh -c \
        "${CONTROL} migrate && \
        ${CONTROL} sopds_util setconf SOPDS_ROOT_LIB '/books' && \
        ${CONTROL} sopds_util setconf SOPDS_ZIPSCAN True && \
        ${CONTROL} sopds_util setconf SOPDS_ZIPCODEPAGE 'utf-8' && \
        ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \
        ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \
        ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \
        ${CONTROL} sopds_util setconf SOPDS_DELETE_LOGICAL True && \
        ${CONTROL} sopds_util setconf SOPDS_SCAN_START_DIRECTLY True && \
        exec ${CONTROL} sopds_scanner start --verbose $@"
}