Added Systemd unit and more verbose install.

This commit is contained in:
2025-08-09 18:11:31 +00:00
parent f6303fa3d2
commit 769bfbf12f
2 changed files with 43 additions and 18 deletions

10
pyShelf.service vendored Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=pyShelf Ebook Server
After=network.target
[Service]
ExecStart=/usr/local/bin/pyshelf.sh
Restart=on-failure
[Install]
WantedBy=multi-user.target