mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix service
This commit is contained in:
parent
05491f70b5
commit
f97a42c636
1 changed files with 1 additions and 3 deletions
|
@ -155,9 +155,7 @@ After=lnd.service
|
|||
|
||||
[Service]
|
||||
WorkingDirectory=/home/admin/lnbits
|
||||
ExecStart="/bin/sh -c 'cd /home/admin/lnbits && pipenv run gunicorn -b :5000 lnbits:app"
|
||||
|
||||
|
||||
ExecStart=/bin/sh -c 'cd /home/admin/lnbits && pipenv run gunicorn -b :5000 lnbits:app'
|
||||
User=admin
|
||||
Restart=always
|
||||
TimeoutSec=120
|
||||
|
|
Loading…
Add table
Reference in a new issue