[GLLUG] Raspbian "stretch" problems

Philip Hands phil at hands.com
Fri Sep 1 07:10:01 UTC 2017


Steve Parker via GLLUG <gllug at mailman.lug.org.uk> writes:

> 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

I think you meant this (given your without systemd comment):

  service ssh start

On a system with systemd, that ends up doing the same thing as the
systemctl command, but it also works on other init setups, so would be
better for writing scripts that are portable.

Cheers, Phil.
-- 
|)|  Philip Hands  [+44 (0)20 8530 9560]  HANDS.COM Ltd.
|-|  http://www.hands.com/    http://ftp.uk.debian.org/
|(|  Hugo-Klemm-Strasse 34,   21075 Hamburg,    GERMANY
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <http://mailman.lug.org.uk/pipermail/gllug/attachments/20170901/7857578f/attachment.sig>


More information about the GLLUG mailing list