
install:
	cp ./zremap.service /etc/systemd/system
	cp ./zremap-start /usr/local/bin
	systemctl daemon-reload
	systemctl enable zremap.service
