Hey i want to let sshd start earlier than a certain other service (open vpn) !
Last week i change the settings of my openvpn connection and accidentally added a profile that requires a password.
So i was not able to connect via ssh because sshd was not started and openvpn was blocking the boot up because it was waiting for the password.
i don't want this happen again. so i want to start sshd before openvpn.
i found out that i have to look in /etc/rc*. but i can't find sshd.
How can i manage that?
thanks !