Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
#!/bin/sh
|
|
|
2 |
#
|
|
|
3 |
# This script will be executed *after* all the other init scripts.
|
|
|
4 |
# You can put your own initialization stuff in here if you don't
|
|
|
5 |
# want to do the full Sys V style init stuff.
|
|
|
6 |
|
|
|
7 |
touch /var/lock/subsys/local
|