Any ideas?
You create a systemd "mount" file (used for mounting remote storage) not a "service" file, so looks like classic "PEBKAC"
Any ideas?
You create a systemd "mount" file (used for mounting remote storage) not a "service" file, so looks like classic "PEBKAC"
Sorry to say, but then classic PEBKAC was editing wiki page. 😉
This is wrong in wiki:
systemctl start /storage/.config/system.d/hidden-ssid.service
And this would be correct:
systemctl start hidden-ssid.service
Could you update the corresponding wiki-page?
done