close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 9, 2009, 11:25:46 PM (14 years ago)
- Author:
-
hank
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
25 | 25 | }}} |
26 | 26 | |
| 27 | === Init Scripts === |
| 28 | |
| 29 | '''Add an init script''' |
| 30 | Add the script to /etc/init.d/ and then run: |
| 31 | {{{ |
| 32 | update-rc.d script_name defaults |
| 33 | }}} |
| 34 | |
| 35 | '''Remove an init script''' |
| 36 | Delete the script from /etc/init.d/ and then run: |
| 37 | {{{ |
| 38 | update-rc.d script_name remove |
| 39 | }}} |
| 40 | |
| 41 | |
| 42 | |