add restart target

This commit is contained in:
Wolfgang Hottgenroth 2019-11-14 14:42:11 +01:00
parent 5ef114b634
commit e3ee3a08e8

View File

@ -44,3 +44,8 @@ stop:
.PHONY: start
start:
sudo systemctl start counter
.PHONY: restart
restart:
sudo systemctl restart counter