Results 1 to 2 of 2
i have a perl script that listen on port. i want that each time server start the perl script also start automatically.
plz help...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-25-2003 #1Just Joined!
- Join Date
- Mar 2003
- Posts
- 36
start up
i have a perl script that listen on port. i want that each time server start the perl script also start automatically.
plz help
- 03-25-2003 #2Linux Enthusiast
- Join Date
- Jun 2002
- Location
- San Antonio
- Posts
- 621
make an rc file in /etc/rc.d/init.d/ that all it does is call the perl script, then enable that script at boot time by making a link to it in /etc/rc.d/rc[3-5].d to make it actually run.
I respectfully decline the invitation to join your delusion.


Reply With Quote
