|
@@ -9250,7 +9250,7 @@ function install_search_engine {
|
9250
|
9250
|
echo 'User=searx' >> /etc/systemd/system/searx.service
|
9251
|
9251
|
echo 'Group=searx' >> /etc/systemd/system/searx.service
|
9252
|
9252
|
echo "WorkingDirectory=${SEARCH_ENGINE_PATH}/searx" >> /etc/systemd/system/searx.service
|
9253
|
|
- echo 'ExecStart=torify python searx/webapp.py' >> /etc/systemd/system/searx.service
|
|
9253
|
+ echo 'ExecStart=/usr/bin/torify /usr/bin/python /etc/searx/searx/webapp.py' >> /etc/systemd/system/searx.service
|
9254
|
9254
|
echo '' >> /etc/systemd/system/searx.service
|
9255
|
9255
|
echo 'TimeoutSec=300' >> /etc/systemd/system/searx.service
|
9256
|
9256
|
echo '' >> /etc/systemd/system/searx.service
|