To list services:
chkconfig --list [service]
To add service:
chkconfig --add {service}
To remove service:
chkconfig --del {service}
To change level of service:
chkconfig [--level {level}] {service} {on|off|reset|resetpriorities}
Bug fixes and settings that would likely be needed again in the near future.
No comments:
Post a Comment