We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d0296 commit 74a91e2Copy full SHA for 74a91e2
1 file changed
Makefile
@@ -22,6 +22,7 @@ clean:
22
23
install: build
24
@echo "Installing $(PROJECT_NAME)..."
25
+ systemctl stop $(PROJECT_NAME)
26
install -d $(CONFIG_DIR)
27
install -m 755 $(PROJECT_NAME) $(INSTALL_DIR)/$(PROJECT_NAME)
28
@if [ ! -f $(CONFIG_DIR)/config.yaml ]; then \
0 commit comments