Update MinIO Quota Enforcement Script - nginx_request_checker.py
parent
cfd61a395f
commit
dbf2a5b2c4
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
User=your_user
|
User=your_user
|
||||||
WorkingDirectory=/path/to/script
|
WorkingDirectory=/path/to/script
|
||||||
|
EnvironmentFile=-/etc/default/minio_quota_checker
|
||||||
ExecStart=/usr/bin/uvicorn nginx_request_checker:app --host 0.0.0.0 --port 8000
|
ExecStart=/usr/bin/uvicorn nginx_request_checker:app --host 0.0.0.0 --port 8000
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue