systemd-unit-nginx-conf #10

Open
roughnecks wants to merge 2 commits from roughnecks/Blasta:systemd-unit-nginx-conf into main
Showing only changes of commit 60c6a10517 - Show all commits

16
systemd/blasta.service Normal file
View file

@ -0,0 +1,16 @@
# /etc/systemd/system/blasta.service
[Unit]
Description=Blasta Bookmarks Service
After=network.target
Requisite=network-online.target
[Service]
ExecStart=/usr/bin/uvicorn blasta:app --port 11112
User=blasta
Restart=always
RestartSec=20s
Type=simple
WorkingDirectory=/home/blasta/Blasta
[Install]
WantedBy=multi-user.target