
act_scripts.shutdown Maven / Gradle / Ivy
The newest version!
#!/bin/bash
# update this line in case you have specified customised pid file other than "act.pid"
PIDFILE=act.pid
kill -15 $(<"$PIDFILE")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy