Skip to content

Instantly share code, notes, and snippets.

@fxpires
Created July 26, 2020 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxpires/3ac56a486dc740c37061f765231aa1f2 to your computer and use it in GitHub Desktop.
Save fxpires/3ac56a486dc740c37061f765231aa1f2 to your computer and use it in GitHub Desktop.
Kibana 7 Systemd Unit (installed on /opt/kibana)
[Unit]
Description=Kibana
After=network.target
[Service]
User=elasticsearch
ExecStart=/opt/kibana/bin/kibana
Type=simple
PIDFile=/var/run/kibana.pid
Restart=always
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment