add restart target
This commit is contained in:
parent
5ef114b634
commit
e3ee3a08e8
@ -44,3 +44,8 @@ stop:
|
|||||||
.PHONY: start
|
.PHONY: start
|
||||||
start:
|
start:
|
||||||
sudo systemctl start counter
|
sudo systemctl start counter
|
||||||
|
|
||||||
|
.PHONY: restart
|
||||||
|
restart:
|
||||||
|
sudo systemctl restart counter
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user