mirror of https://github.com/CIRCL/Circlean
Desactive a few services
parent
2c3a9ec596
commit
27cf35b537
|
@ -30,9 +30,14 @@ if [ -e /dev/sda ]; then
|
||||||
# avoid possible misuse
|
# avoid possible misuse
|
||||||
systemctl stop display-manager
|
systemctl stop display-manager
|
||||||
systemctl stop sshd
|
systemctl stop sshd
|
||||||
|
systemctl stop ssh
|
||||||
systemctl stop dbus-org.freedesktop.ModemManager1
|
systemctl stop dbus-org.freedesktop.ModemManager1
|
||||||
|
systemctl stop cron
|
||||||
|
systemctl stop ModemManager
|
||||||
|
#systemctl stop rsyslog
|
||||||
|
#systemctl stop syslog
|
||||||
|
#systemctl stop remote-fs
|
||||||
./init.sh
|
./init.sh
|
||||||
systemctl poweroff
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue