From: Martin Mares Date: Wed, 6 May 2020 20:33:44 +0000 (+0200) Subject: Don't overwrite systemd service on each make install X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=edbbcf3766b94859c4130da6a3b5db35b591ebfd;p=ursary.git Don't overwrite systemd service on each make install --- diff --git a/Makefile b/Makefile index 065d8e1..f4b376a 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,4 @@ clean: install: all install -m 755 ursaryd /usr/local/sbin/ - install -m 755 burrow-ursary.service /etc/systemd/system/ + # install -m 755 burrow-ursary.service /etc/systemd/system/