/[svn]/linux scripts/hlds.readme.txt
ViewVC logotype

Contents of /linux scripts/hlds.readme.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations) (download)
Sun Sep 14 00:23:28 2008 UTC (15 years, 6 months ago) by cstrike
File MIME type: text/plain
File size: 553 byte(s)
Added a readme file for each script
1 These instructions are for Ubuntu, and should work on Debian.
2 This has only been tested on our Ubuntu servers, so YMMV.
3 See comments in the actual file for specific details about the script.
4
5
6
7 ### Install ###
8 This will set the hlds script to start during boot after everything else.
9 This will set the hlds script to stop during shutdown before everything else.
10
11 (Put hlds in /etc/init.d/)
12 sudo chmod 755 /etc/init.d/hlds
13 sudo update-rc.d hlds defaults 99 01
14
15
16
17 ### Uninstall ###
18
19 sudo rm /etc/init.d/hlds
20 sudo update-rc.d hlds remove

Contact webmaster
ViewVC Help
Powered by ViewVC RSS 2.0 feed