Services and System Initialisation
Services
- Usually daemons that can be started and stopped
- Don't change the system state
System Initialisation
- Run once only, usually at boot
- Change the state of the system
- Examples are:
- Register Fixes
- Network Configuration
Both do different things
Both are necessary