mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-06 14:25:31 +02:00
bugfix
This commit is contained in:
parent
e3cdee01ec
commit
690e27736b
3 changed files with 24 additions and 3 deletions
|
@ -7,7 +7,7 @@ User=_USER_
|
|||
Group=_USER_
|
||||
Type=forking
|
||||
WorkingDirectory=/home/_USER_/pandora
|
||||
Environment="PATH=/home/_USER_/.poetry/bin:/usr/bin"
|
||||
Environment="PATH=/home/_USER_/.local/bin:/usr/bin"
|
||||
Environment="PANDORA_HOME=/home/_USER_/pandora"
|
||||
ExecStart=/bin/bash -c "exec poetry run start"
|
||||
ExecStop=/bin/bash -c "exec poetry run stop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue