🗝
summary refs log tree commit diff
path: root/packages/searxng/searxng.service
blob: 604df1c4cf2b2907703e0d80ed439ad1c408b29c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=searxng daemon
Requires=searxng.socket
After=network.target

[Service]
Type=notify
User=searxng
Group=searxng
RuntimeDirectory=searxng
ExecStart=/usr/bin/gunicorn searx.webapp
ExecReload=/bin/kill -s HUP $MAINPID
KillMode=mixed
TimeoutStopSec=5
PrivateTmp=true

[Install]
WantedBy=multi-user.target