Minor change to systemd service generator
This commit is contained in:
parent
f2a30422fa
commit
8849449c4a
2
makefile
2
makefile
@ -59,7 +59,7 @@ service:
|
|||||||
sudo sed -i "s|MAKEFILE_PWD|$(PWD)|g" $(SERVICEFILE)
|
sudo sed -i "s|MAKEFILE_PWD|$(PWD)|g" $(SERVICEFILE)
|
||||||
sudo sed -i "s|MAKEFILE_EXEC|$(PWD)/notify.moe|g" $(SERVICEFILE)
|
sudo sed -i "s|MAKEFILE_EXEC|$(PWD)/notify.moe|g" $(SERVICEFILE)
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
@echo -e "\nYou can now start the service using:\n\nsudo systemctl start animenotifier"
|
@echo -e "\nYou can now start the service using:\n\nsudo systemctl start animenotifier.service"
|
||||||
tools:
|
tools:
|
||||||
ifeq ($(OSNAME),OSX)
|
ifeq ($(OSNAME),OSX)
|
||||||
brew install coreutils
|
brew install coreutils
|
||||||
|
Loading…
Reference in New Issue
Block a user