Skip to content

Commit

Permalink
Stop houseclock before reinstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-fb-martin committed Dec 2, 2019
1 parent 1af711e commit a06b120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ package:
tar -cf packages/houseclock-`date +%F`.tgz houseclock init.debian Makefile

install:
if [ -e /etc/init.d/houseclock ] ; then systemctl stop houseclock ; fi
mkdir -p /usr/local/bin
cp houseclock /usr/local/bin
cp init.debian /etc/init.d/houseclock
Expand Down

0 comments on commit a06b120

Please sign in to comment.