[GLLUG] Raspbian "stretch" problems
Steve Parker
steve at steve-parker.org
Thu Aug 31 21:16:29 UTC 2017
On 31/08/17 21:38, Chris Bell via GLLUG wrote:
> they do not auto-start on
> boot-up or re-boot. They appear to be listed correctly in /etc/default/ ,
> /lib/systemd/system/ssh.service appears to be correct, and they do start and
> run normally using /etc/init.d start (with a note "via systemd-service"),
To enable it to start on boot:
systemctl enable ssh
To start it manually (without the "via systemd" note):
systemctl start ssh
HTH,
Steve
More information about the GLLUG
mailing list