summarylogtreecommitdiffstats
path: root/graylog.service
blob: ec14c2e44848af441af72ffdc8fe86cabf4110ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Graylog management server
After=network.target mongodb.service
Requires=mongodb.service

[Service]
User=nobody
PIDFile=/run/graylog/server.pid
ExecStart=/usr/bin/java -Djava.net.preferIPv6Addresses=true -Djava.library.path=/usr/lib/graylog/lib/sigar -jar /usr/lib/graylog/server.jar server -f /etc/graylog/server/server.conf -p /run/graylog/server.pid

[Install]
WantedBy=multi-user.target