~ubuntu-branches/ubuntu/saucy/nut/saucy

« back to all changes in this revision

Viewing changes to scripts/RedHat-6.0/README

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Quette
  • Date: 2004-05-28 13:10:01 UTC
  • mto: (16.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040528131001-yj2m9qcez4ya2w14
Tags: upstream-1.4.2
ImportĀ upstreamĀ versionĀ 1.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Install ups in /etc/rc.d/init.d
2
 
Install upspowerdown in /etc/rc.d/init.d
3
 
 
4
 
Both of these can be controlled by chkconfig, however upspowerdown
5
 
hits some of the "features" of chkconfig where it tries to prevent
6
 
you starting services in L0
7
 
 
8
 
To add as services do
9
 
        /sbin/chkconfig --add ups
10
 
        /sbin/chkconfig --level 0 upspowerdown on
11
 
 
12
 
There is no longer any need for /etc/sysconfig/ups
13