update setup.py
This commit is contained in:
7
inst_scripts/create_service.sh
Executable file
7
inst_scripts/create_service.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cp -a "inst_scripts/piplotter.service" /etc/systemd/system
|
||||
chown root:root /etc/systemd/system/piplotter.service
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable piplotter.service
|
||||
Reference in New Issue
Block a user