diff --git a/systemd/aitbc-exchange-api.service b/systemd/aitbc-exchange-api.service index 536e7dcc..77fb5966 100644 --- a/systemd/aitbc-exchange-api.service +++ b/systemd/aitbc-exchange-api.service @@ -9,7 +9,7 @@ User=root Group=root WorkingDirectory=/opt/aitbc/apps/exchange EnvironmentFile=/etc/aitbc/.env -ExecStart=/opt/aitbc/apps/coordinator-api/.venv/bin/python simple_exchange_api.py --port 8001 +ExecStart=/opt/aitbc/venv/bin/python simple_exchange_api.py --port 8001 ExecReload=/bin/kill -HUP $MAINPID Restart=always RestartSec=5 diff --git a/systemd/aitbc-marketplace.service b/systemd/aitbc-marketplace.service index 8493bef6..f505cebe 100644 --- a/systemd/aitbc-marketplace.service +++ b/systemd/aitbc-marketplace.service @@ -31,7 +31,7 @@ StartLimitIntervalSec=60 # Production logging StandardOutput=journal StandardError=journal -SyslogIdentifier=aitbc-marketplace-production +SyslogIdentifier=aitbc-marketplace # Production security NoNewPrivileges=true