Browse Source

Absolute paths

Bob Mottram 9 years ago
parent
commit
cba1079b26
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

9250
     echo 'User=searx' >> /etc/systemd/system/searx.service
9250
     echo 'User=searx' >> /etc/systemd/system/searx.service
9251
     echo 'Group=searx' >> /etc/systemd/system/searx.service
9251
     echo 'Group=searx' >> /etc/systemd/system/searx.service
9252
     echo "WorkingDirectory=${SEARCH_ENGINE_PATH}/searx" >> /etc/systemd/system/searx.service
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
     echo '' >> /etc/systemd/system/searx.service
9254
     echo '' >> /etc/systemd/system/searx.service
9255
     echo 'TimeoutSec=300' >> /etc/systemd/system/searx.service
9255
     echo 'TimeoutSec=300' >> /etc/systemd/system/searx.service
9256
     echo '' >> /etc/systemd/system/searx.service
9256
     echo '' >> /etc/systemd/system/searx.service