cosmostat has working drive health dashboard
This commit is contained in:
@ -44,4 +44,16 @@ directory=/usr/src/app
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stderr
|
||||
autorestart=true
|
||||
priority=4
|
||||
priority=4
|
||||
|
||||
|
||||
# ----------------------------------------------------------
|
||||
# 5. DriveHealth app
|
||||
# ----------------------------------------------------------
|
||||
[program:DriveHealth]
|
||||
command=/opt/DriveHealth/venv/bin/python3 /opt/DriveHealth/app.py
|
||||
directory=/opt/DriveHealth
|
||||
stdout_logfile=/dev/stdout
|
||||
stderr_logfile=/dev/stderr
|
||||
autorestart=true
|
||||
priority=5
|
||||
Reference in New Issue
Block a user