Start a service at boot in Linux.
Posted: Wed Feb 28, 2024 5:51 pm
Fedora:
systemctl enable sshd.service
or
chkconfig sshd on
Ubuntu:
update-rc.d ssh defaults
systemctl enable sshd.service
or
chkconfig sshd on
Ubuntu:
update-rc.d ssh defaults