2015-10-16

[SOLVED]Ubuntu services-control

14:59 25/03/2015
#################
http://manpages.ubuntu.com/manpages/precise/en/man8/sysv-rc-conf.8.html
sysv-rc-conf - Run-level configuration for SysV like init script links

apt-get install sysv-rc-conf
aptitude install sysv-rc-conf

#############
USING THE CLI:
    If the desired modifications to the symlinks are known and only one
    quick change is needed, then you can use a CLI interface to sysv-rc-
    conf.  Examples:

    # sysv-rc-conf --level 35 ssh off
    # sysv-rc-conf atd on
    sysv-rc-conf --level 2345 apache off

    The first example will turn ssh off on levels 3 and 5. The second
    example turns atd on for runlevels 2, 3, 4, and 5.

#############
USING GUI CONSOLE:
#sysv-rc-conf

No comments:

Post a Comment