Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to beatname.sh #5051

Merged
merged 1 commit into from
Aug 29, 2017
Merged

Commits on Aug 29, 2017

  1. Improvements to beatname.sh

    Use `exec` with the command to start the beat so that it replaces the shell process leaving only the beat process. This is nicer because you don't have the "beatname.sh" process showing up in `ps` output.
    
    Change the hashbang to `#!/usr/bin/env bash` instead of `#!/bin/bash`. This is generally more portable.
    andrewkroh committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    2134d50 View commit details
    Browse the repository at this point in the history