Fli
02-15-2016, 03:37 PM
How on Debian based Linux (ubuntu) one can make service start at boot/restart?
I found this command:
ln -s /etc/init.d/ssh /etc/rc2.d/S18ssh
It is applicable for SSH
also there is command:
update-rc.d ssh defaults
but it told me:
"update-rc.d: warning: ssh stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)"
so i tried above mentioned command (making symbolic link) instead
I found this command:
ln -s /etc/init.d/ssh /etc/rc2.d/S18ssh
It is applicable for SSH
also there is command:
update-rc.d ssh defaults
but it told me:
"update-rc.d: warning: ssh stop runlevel arguments (0 1 6) do not match LSB Default-Stop values (none)"
so i tried above mentioned command (making symbolic link) instead