|
> i want to start https service on boot time.
You could write a script to start https service
and place it in the directory,
/etc/init.d .
I.e.,
#!/bin/sh
..... boot https ......
Everything in /etc/init.d get executed at bootup.
[I don't know how to start https - I assume you or someone else
do.]
Sheng-Chieh
|