bin.shutdown.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of windows-service-installer-common Show documentation
Show all versions of windows-service-installer-common Show documentation
Maven plugin to build installers with Windows service support.
The newest version!
#!/bin/bash
set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR"/java-daemon/stop-daemon.sh
© 2015 - 2025 Weber Informatics LLC | Privacy Policy