Minor change to systemd service generator

This commit is contained in:
Eduard Urbach 2019-04-19 15:50:32 +09:00
parent f2a30422fa
commit 8849449c4a

View File

@ -59,7 +59,7 @@ service:
sudo sed -i "s|MAKEFILE_PWD|$(PWD)|g" $(SERVICEFILE)
sudo sed -i "s|MAKEFILE_EXEC|$(PWD)/notify.moe|g" $(SERVICEFILE)
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:
ifeq ($(OSNAME),OSX)
brew install coreutils