Mounting network shares with autofs (alternative to fstab)

I entered as you advised sudo systemctl enable autofs && reboot
Vero 4k restarted when I connected by ssh and interned again

osmc@osmc:~$ sudo systemctl status autofs
● autofs.service - Automounts filesystems on demand
Loaded: loaded (/lib/systemd/system/autofs.service; disabled; vendor preset:
Active: inactive (dead)

After that I entered:
osmc@osmc:~$ sudo systemctl restart autofs
osmc@osmc:~$ sudo systemctl status autofs
● autofs.service - Automounts filesystems on demand
Loaded: loaded (/lib/systemd/system/autofs.service; disabled; vendor preset:
Active: active (running) since Sat 2020-05-09 21:57:31 EEST; 46s ago
Process: 1586 ExecStart=/usr/sbin/automount $OPTIONS --pid-file /var/run/autof
Main PID: 1587 (automount)
CGroup: /system.slice/autofs.service
└─1587 /usr/sbin/automount --pid-file /var/run/autofs.pid

May 09 21:57:31 osmc systemd[1]: Starting Automounts filesystems on demand…
May 09 21:57:31 osmc systemd[1]: Started Automounts filesystems on demand.
lines 1-10/10 (END)

It works perfect, but after power failure, or if I restart Vero 4K myself my mounts by AUTOFS is not active…