File graylog-web-interface.service of Package graylog-web-interface
[Unit] Description=%p node After=network.target elasticsearch.service [Service] Type=simple EnvironmentFile=/etc/sysconfig/%p User=graylog ExecStart=/usr/share/graylog/web/bin/graylog-web-interface -Dconfig.file=${WEB_CONF} -Dlogger.file=${WEB_LOG_CONF} \ -Dpidfile.path=/var/run/graylog/web-interface.pid -Dhttps.keyStore=${WEB_KEYSTORE} ${WEB_CMD_PARAMS} TimeoutSec=30 TimeoutStopSec=20 [Install] WantedBy=multi-user.target