6 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ -e /var/run/${pkg.name}/${pkg.name}.pid ]; then
service ${pkg.name} stop
fi