2020-05-21 19:31:44 +03:00

6 lines
96 B
Bash

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