Niceness level, sshd on system reboot and grubby --args

  1. nice is a part of coreutils. I cannot find anything in the spec file that changed the default path. So I will give it a try.
  2. man stateless has a section for sshd, right below the section for systemd, which says to enable services to start at boot time, use systemctl enable <unit>. And I don’t understand why it doesn’t start even after you executed systemctl enabled sshd.
    Before you manually start it, does systemctl status sshd mentioned any error?
  3. Clear Linux uses systemd-boot instead of GRUB. You can add permanent boot parameters to /etc/kernel/cmdline.d/FOO.conf. Check this:
3 Likes