Make the init script executable

This commit is contained in:
Tim Kuhlman 2014-06-13 11:46:03 -06:00
parent 03a6e0095c
commit d7c47931fb

View File

@ -2,6 +2,7 @@
case "$1" in
configure)
chmod +x /etc/init.d/mon-thresh
if ! [ `getent passwd thresh` ]; then
adduser --system --group thresh
fi