systemd: add service

This commit is contained in:
2024-03-18 19:37:46 +01:00
parent 9043844893
commit 6c802d0ae4
3 changed files with 24 additions and 0 deletions

6
makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
cp ./zremap.service /etc/systemd/system
cp ./zremap-start /usr/local/bin
systemctl daemon-reload
systemctl enable zremap.service