Desactive a few services

pull/10/head
Raphaël Vinot 2014-10-01 13:59:11 +02:00
parent 2c3a9ec596
commit 27cf35b537
1 changed files with 6 additions and 1 deletions

View File

@ -30,9 +30,14 @@ if [ -e /dev/sda ]; then
# avoid possible misuse
systemctl stop display-manager
systemctl stop sshd
systemctl stop ssh
systemctl stop dbus-org.freedesktop.ModemManager1
systemctl stop cron
systemctl stop ModemManager
#systemctl stop rsyslog
#systemctl stop syslog
#systemctl stop remote-fs
./init.sh
systemctl poweroff
fi
fi