pyzebra/scripts/pyzebra.service
2023-01-30 17:10:36 +01:00

11 lines
161 B
Desktop File

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