Skip to content

Instantly share code, notes, and snippets.

@ricsiga
Created January 20, 2017 16:22
Show Gist options
  • Save ricsiga/15654d3706e8eea9193b4bb9bd76a249 to your computer and use it in GitHub Desktop.
Save ricsiga/15654d3706e8eea9193b4bb9bd76a249 to your computer and use it in GitHub Desktop.
kibana systemd service file
[Unit]
Description=Kibana
After=network.target
[Service]
ExecStart=/workspace/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