Created
January 20, 2017 16:22
-
-
Save ricsiga/15654d3706e8eea9193b4bb9bd76a249 to your computer and use it in GitHub Desktop.
kibana systemd service file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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