Absolute paths

This commit is contained in:
Bob Mottram 2016-03-05 10:56:06 +00:00
parent bdf3c0c2c0
commit cba1079b26
1 changed files with 1 additions and 1 deletions

View File

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