On Sun, Mar 12, 2017 at 10:22:46PM +0100, Sebastian Schmachtel wrote: > after boot: > > root@oimel:/home/prisma# systemctl status tinc > ● tinc.service - Tinc VPN > Loaded: loaded (/lib/systemd/system/tinc.service; enabled; vendor [...] > root@oimel:/home/prisma# systemctl status tinc@malteser > ● [email protected] - Tinc net malteser > Loaded: loaded (/lib/systemd/system/[email protected]; disabled; vendor
It seems like you did not enable the tinc@malteser service. You can
still manually start it, but starting != enabling in systemd. Only if
it's enabled will it automatically start at boot. Try:
systemctl enable tinc@malteser
And then reboot and see if it comes up properly.
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <[email protected]>
signature.asc
Description: Digital signature

