chkconfig --add test
chkconfig test on
查看开启的服务列表:
chkconfig --list
参考:https://www.thegeekstuff.com/2011/06/chkconfig-examples/
chkconfig --add test
chkconfig test on
chkconfig --list
参考: https://stackoverflow.com/questions/60382098/emulator-fails-to-launch#answer-61778538