Daemons and services¶
The goal of this page (still under construction) is to list the different damons et services installed or disabled on each node. Some of them have been disabled to save ressources or in order to avoid measurement issues (e.g. zram).
Jetson Orin Nano¶
Installed¶
- munged
- slurmd
Disabled¶
sudo systemctl mask "dev-zram0.swap"
sudo systemctl mask "dev-zram1.swap"
sudo systemctl mask "dev-zram2.swap"
sudo systemctl mask "dev-zram3.swap"
sudo systemctl mask "dev-zram4.swap"
sudo systemctl mask "dev-zram5.swap"
sudo systemctl disable nvzramconfig.service
sudo systemctl disable containerd.service
sudo systemctl disable docker.service
sudo systemctl disable docker.socket
sudo systemctl set-default multi-user.target
echo "autospawn = no" | sudo tee -a /etc/pulse/client.conf
echo "daemonize = no" | sudo tee -a /etc/pulse/daemon.conf
sudo systemctl disable bluetooth.service
sudo systemctl disable wpa_supplicant.service