I am trying to tweak my system's start time. Usually I go about it by using
systemd-analyze blame
Which gives me a list of stuff and how long it takes them to start. For this machine I don't need most of them, so it's a case of then
systemctl mask SERVICENAME
Or
systemctl disable SERVICENAME
But I am on a sysvinit system no and seeking alternatives for those commands.