Announcement

Collapse
No announcement yet.

Remove unneeded apps to start at boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Remove unneeded apps to start at boot

    hello there!
    I just wonder if it is safe to manually delete this files located in /etc/init.d/ (written in bold) or if there is an easier way to remove unwanted programs (that are uninstalled, anyway) to start at boot or just check them?

    file:///etc/init.d/acpid
    file:///etc/init.d/acpi-support
    file:///etc/init.d/alsa-utils
    file:///etc/init.d/anacron
    file:///etc/init.d/apmd
    file:///etc/init.d/apparmor
    file:///etc/init.d/apport
    file:///etc/init.d/apt-index-watcher
    file:///etc/init.d/atd
    file:///etc/init.d/avahi-daemon
    file:///etc/init.d/binfmt-support
    file:///etc/init.d/bluetooth
    file:///etc/init.d/bootclean
    file:///etc/init.d/bootlogd
    file:///etc/init.d/bootmisc.sh
    file:///etc/init.d/brltty
    file:///etc/init.d/checkfs.sh
    file:///etc/init.d/checkroot.sh
    file:///etc/init.d/console-screen.sh
    file:///etc/init.d/console-setup
    file:///etc/init.d/cron
    file:///etc/init.d/cupsys
    file:///etc/init.d/dbus
    file:///etc/init.d/dns-clean
    file:///etc/init.d/fiaif
    file:///etc/init.d/firestarter
    file:///etc/init.d/glibc.sh
    file:///etc/init.d/guarddog
    file:///etc/init.d/halt
    file:///etc/init.d/hdparm
    file:///etc/init.d/hostname.sh
    file:///etc/init.d/hotkey-setup
    file:///etc/init.d/hplip
    file:///etc/init.d/hwclock.sh
    file:///etc/init.d/kde-guidance
    file:///etc/init.d/kdm
    file:///etc/init.d/keyboard-setup
    file:///etc/init.d/killprocs
    file:///etc/init.d/klogd
    file:///etc/init.d/laptop-mode
    file:///etc/init.d/linux-restricted-modules-common
    file:///etc/init.d/lokkit
    file:///etc/init.d/loopback
    file:///etc/init.d/makedev
    file:///etc/init.d/module-init-tools
    file:///etc/init.d/mountall-bootclean.sh
    file:///etc/init.d/mountall.sh
    file:///etc/init.d/mountdevsubfs.sh
    file:///etc/init.d/mountkernfs.sh
    file:///etc/init.d/mountnfs-bootclean.sh
    file:///etc/init.d/mtab.sh
    file:///etc/init.d/networking
    file:///etc/init.d/nvidia-kernel
    file:///etc/init.d/opendchub
    file:///etc/init.d/pcmciautils
    file:///etc/init.d/powernowd
    file:///etc/init.d/powernowd.early
    file:///etc/init.d/pppd-dns
    file:///etc/init.d/procps.sh
    file:///etc/init.d/rc
    file:///etc/init.d/rc.local
    file:///etc/init.d/rcS
    file:///etc/init.d/readahead
    file:///etc/init.d/readahead-desktop
    file:///etc/init.d/README
    file:///etc/init.d/reboot
    file:///etc/init.d/rmnologin
    file:///etc/init.d/rsync
    file:///etc/init.d/screen
    file:///etc/init.d/sendsigs
    file:///etc/init.d/shorewall
    file:///etc/init.d/shorewall-lite

    file:///etc/init.d/single
    file:///etc/init.d/skeleton
    file:///etc/init.d/splashy
    file:///etc/init.d/stop-bootlogd
    file:///etc/init.d/stop-bootlogd-single
    file:///etc/init.d/stop-readahead
    file:///etc/init.d/sysklogd
    file:///etc/init.d/timidity
    file:///etc/init.d/udev
    file:///etc/init.d/umountfs
    file:///etc/init.d/umountnfs.sh
    file:///etc/init.d/umountroot
    file:///etc/init.d/urandom
    file:///etc/init.d/usplash
    file:///etc/init.d/vbesave
    file:///etc/init.d/waitnfs.sh
    file:///etc/init.d/wpa-ifupdown
    file:///etc/init.d/x11-common
    file:///etc/init.d/xserver-xorg-input-wacom

    #2
    Re: Remove unneeded apps to start at boot

    Originally posted by fish_b0oy
    I just wonder if it is safe to manually delete this files
    I'd rather rename thus factually disabling them, e.g.:

    Code:
    ROOT # mv /etc/init.d/avahi-daemon /etc/init.d/avahi-daemon.exitus

    Comment


      #3
      Re: Remove unneeded apps to start at boot

      I found a safer way:
      Code:
      # sudo apt-get install bum
      #sudo bum

      Comment


        #4
        Re: Remove unneeded apps to start at boot

        Originally posted by fish_b0oy
        bum
        Nice try http://www.penguin.ch/dokuwiki/doku....rtual_exorcism

        Comment

        Working...
        X