summarylogtreecommitdiffstats
path: root/searx.service
diff options
context:
space:
mode:
authorReventlov2015-06-08 22:06:29 +0200
committerReventlov2015-06-08 22:06:29 +0200
commit56588b4926112ca9901ce4fe2fcbb35c0a0058d7 (patch)
treef525fdc4ffd634cef8da1638da8ac9c5d22766f8 /searx.service
downloadaur-56588b4926112ca9901ce4fe2fcbb35c0a0058d7.tar.gz
initial version
Diffstat (limited to 'searx.service')
-rw-r--r--searx.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/searx.service b/searx.service
new file mode 100644
index 000000000000..2219298b9406
--- /dev/null
+++ b/searx.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Searx server, the meta search engine.
+After=network.target
+
+[Service]
+Type=normal
+User=searx
+ExecStart=/usr/bin/searx-run
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target