Example usage:
Set IGN timeout to 70 minutes:
- curl -i -H "Content-Type: application/json" -X POST -d @- http://$host:8080//shutdown/set/ << EOF
- { "ign shdn timeout": 4200}
- EOF
Set ISO timeout to 70 minutes:
- curl -i -H "Content-Type: application/json" -X POST -d @- http://$host:8080//shutdown/set/ << EOF
- { "iso shdn timeout": 4200}
- EOF
Options:
iso shdn timeout
- Permanently sets the ISO shutdown timeout value (default 10 mins)
iso shdn singleshot
- Sets the ISO shutdown timeout for this boot only
ign shdn timeout
- Permanently sets the IGN shutdown timeout value (default 30 mins)
ign shdn singleshot
- Sets the IGN shutdown timeout for this boot only
ign pwr saving timeout - Permanently sets the IGN power saving timeout value (default 5 mins)
ign pwr saving singleshot
- Sets the IGN power saving timeout for this boot only
atom timeout
- Permanently sets the time allowed for ATOM to boot and connect before retrying (default 200)
atom shdn delay
- Permanently sets the time allowed for ATOM to shutdown before cutting power (default 20)