1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

new flohmarkt start

flohmarkt needs to be started with a different class
This commit is contained in:
Chris Vogel 2024-04-25 13:07:28 +02:00
parent a757bf1243
commit f1ca7d3cdb
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,6 @@ Server = http://__APP__:__PASSWORD_COUCHDB_FLOHMARKT__@127.0.0.1:__PORT_COUCHDB_
[SMTP]
Server = 127.0.0.1
Port = 587
# die From Adresse sollte in app_senders_login_maps landen...
From = __MAIL_USER__@__MAIL_DOMAIN__
User = __APP__
Password = __MAIL_PWD__

View file

@ -8,7 +8,7 @@ User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/__APP__
Environment="VENV_DIR=__INSTALL_DIR__/venv/"
ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt:app
ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt.web:start
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit