Results 1 to 1 of 1
Can anyone explain the significance of following fields in linux init scripts:
# Provides: network
# Required-Start: $local_fs
# Should-Start: coldplug pcmcia
# Required-Stop:
# Should-Stop:
# Default-Start: 2 3 ...
- 11-05-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 1
Linux init scripts explination
Can anyone explain the significance of following fields in linux init scripts:
# Provides: network
# Required-Start: $local_fs
# Should-Start: coldplug pcmcia
# Required-Stop:
# Should-Stop:
# Default-Start: 2 3 5
# Default-Stop:
# Description: Configure the network interfaces and set up routing


Reply With Quote