mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-12-22 17:29:33 +00:00
Don't reload a2pi service
This commit is contained in:
parent
c1371f42b9
commit
5a59fa93fd
3
debian/postinst
vendored
3
debian/postinst
vendored
@ -83,10 +83,9 @@ case "$1" in
|
|||||||
#
|
#
|
||||||
# Add a2pi service to systemd
|
# 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/
|
cp /usr/share/a2pi/a2pi.service /lib/systemd/
|
||||||
systemctl enable a2pi
|
systemctl enable a2pi
|
||||||
systemctl reload a2pi
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user