Skip to content

Instantly share code, notes, and snippets.

@florianajir
Created November 7, 2018 16:26
Show Gist options
  • Save florianajir/6a0428e8238be82f98301b8898e98f6c to your computer and use it in GitHub Desktop.
Save florianajir/6a0428e8238be82f98301b8898e98f6c to your computer and use it in GitHub Desktop.
keep alive a bash command forever
nohup watch -n0 "path/to/bin/console rabbitmq:consumer delete -w" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment