Add basic systemd service files

This commit is contained in:
2020-11-30 18:03:53 +01:00
parent a9b0a8a01d
commit 56609ad5ff
4 changed files with 29 additions and 0 deletions

10
scripts/pyzebra.service Normal file
View File

@ -0,0 +1,10 @@
[Unit]
Description=pyzebra web server
[Service]
Type=simple
ExecStart=/bin/bash /usr/local/sbin/pyzebra-start.sh
Restart=always
[Install]
WantedBy=multi-user.target