summarylogtreecommitdiffstats
path: root/cerebro.service
diff options
context:
space:
mode:
authorLeo P2017-11-23 02:09:14 -0500
committerLeo P2017-11-23 02:11:30 -0500
commit2c5f4dd1c972356ecf0e6d69daf9f6048615ec3e (patch)
tree7b0032623c2eeee1fe1803dd616c6ddc0d688a8a /cerebro.service
downloadaur-2c5f4dd1c972356ecf0e6d69daf9f6048615ec3e.tar.gz
first
Diffstat (limited to 'cerebro.service')
-rw-r--r--cerebro.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/cerebro.service b/cerebro.service
new file mode 100644
index 000000000000..1e9ed9c34c03
--- /dev/null
+++ b/cerebro.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cerebro, an ElasticSearch web admin tool
+
+[Service]
+WorkingDirectory=/opt/cerebro
+ExecStart=/opt/cerebro/bin/cerebro
+PrivateTmp=true
+
+[Install]
+WantedBy=multi-user.target