fix path to service file

main
Tom Early 4 years ago
parent 9946c3b5e9
commit e5a4011507

@ -35,7 +35,7 @@ clean :
# The install and uninstall targets need to be run by root # The install and uninstall targets need to be run by root
install : $(EXE) install : $(EXE)
cp $(EXE) $(BINDIR) cp $(EXE) $(BINDIR)
cp ../systemd/$(EXE).service /etc/systemd/system/ cp systemd/$(EXE).service /etc/systemd/system/
systemctl enable $(EXE) systemctl enable $(EXE)
systemctl daemon-reload systemctl daemon-reload
systemctl start $(EXE) systemctl start $(EXE)

Loading…
Cancel
Save

Powered by TurnKey Linux.