Don't reload a2pi service

This commit is contained in:
David Schmenk 2017-05-20 15:11:51 -07:00
parent c1371f42b9
commit 5a59fa93fd
1 changed files with 1 additions and 2 deletions

3
debian/postinst vendored
View File

@ -83,10 +83,9 @@ case "$1" in
#
# Add a2pi service to systemd
#
if [ -f /usr/local/bin/a2pid ] ; then
if [ -f /usr/share/a2pi/a2pi.service ] && [ -x systemctl ] ; then
cp /usr/share/a2pi/a2pi.service /lib/systemd/
systemctl enable a2pi
systemctl reload a2pi
fi
;;