8
0
Fork 0

Set up Debian packaging
All checks were successful
Build / build (push) Successful in 1m25s

This commit is contained in:
polyfloyd 2025-05-17 18:04:42 +02:00
parent 9c269f2612
commit 094b653c2b
3 changed files with 65 additions and 0 deletions

13
support/systemd.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=Virtual BitPanel over HTTP
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=10s
ExecStart=/usr/bin/bitvis-http
DynamicUser=true
[Install]
WantedBy=multi-user.target