mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
18 lines
430 B
Desktop File
18 lines
430 B
Desktop File
[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
|