Skip to content

Instantly share code, notes, and snippets.

@gdouzwt
Created March 4, 2022 13:08
Show Gist options
  • Save gdouzwt/fb7157745256dbf73b65b79a7fa88f34 to your computer and use it in GitHub Desktop.
Save gdouzwt/fb7157745256dbf73b65b79a7fa88f34 to your computer and use it in GitHub Desktop.
stop-spring-boot
#!/bin/sh
kill -9 $( cat /data/cockpit/cockpit.pid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment