summarylogtreecommitdiffstats
path: root/logstash-web.service
blob: 09c4fe7faecb2cd8813b0161cfb0fdcd3d5b3937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Logstash Web Server

[Service]
User=logstash
Group=logstash
WorkingDirectory=/opt/logstash
ExecStart=/opt/logstash/bin/logstash web
PrivateTmp=true

[Install]
WantedBy=multi-user.target