mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Remove unusued file
This commit is contained in:
parent
d48200dcfc
commit
a6f8e2b643
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=__APP__ uWSGI app
|
|
||||||
After=syslog.target
|
|
||||||
[Service]
|
|
||||||
RuntimeDirectory=__FINALPATH__
|
|
||||||
ExecStart=/usr/bin/uwsgi \
|
|
||||||
--ini /etc/uwsgi/apps-available/searxng.ini \
|
|
||||||
--socket /var/run/searxng/app.socket \
|
|
||||||
--logto /var/log/uwsgi/searxng/searxng.log
|
|
||||||
User=__APP__
|
|
||||||
Group=www-data
|
|
||||||
Restart=on-failure
|
|
||||||
KillSignal=SIGQUIT
|
|
||||||
Type=notify
|
|
||||||
StandardError=syslog
|
|
||||||
NotifyAccess=all
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
Loading…
Add table
Reference in a new issue