Absolute paths
This commit is contained in:
parent
bdf3c0c2c0
commit
cba1079b26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue