diff --git a/conf/systemd.service b/conf/systemd.service index 99599f4..4055fad 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -2,7 +2,7 @@ Description=__APP__ uWSGI app After=syslog.target [Service] -RuntimeDirectory=__FINAL_PATH__ +RuntimeDirectory=__FINALPATH__ ExecStart=/usr/bin/uwsgi \ --ini /etc/uwsgi/apps-available/searxng.ini \ --socket /var/run/searxng/app.socket \