mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +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]
|
[Service]
|
||||||
WorkingDirectory=/home/admin/lnbits
|
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
|
User=admin
|
||||||
Restart=always
|
Restart=always
|
||||||
TimeoutSec=120
|
TimeoutSec=120
|
||||||
|
|
Loading…
Add table
Reference in a new issue