1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-06 14:25:31 +02:00
This commit is contained in:
dbarzin 2023-02-13 17:19:00 +01:00
parent e3cdee01ec
commit 690e27736b
3 changed files with 24 additions and 3 deletions

View file

@ -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"