> Disregard. Creating the file in /etc/systemd/system/mariadb.service.d/
> works fine.
Indeed, the documentation was not clear enough I have updated it:
https://mariadb.com/kb/en/systemd/#configuring-access-to-home-directories
Thanks!
> That's what I get for googling how to disable ProtectHome in
Disregard. Creating the file in /etc/systemd/system/mariadb.service.d/
works fine.
On Ubuntu you must mkdir -p first, since /etc/systemd/system does not exist
If anyone else stumbles across this annoying issue:
mkdir -p /etc/systemd/system/mariadb.service.d
cat > /etc/systemd/system/mariadb.se
Where is the drop-in directory supposed to exist in Ubuntu? Supposedly
you can find out with the systemctl status command, but there is nothing
in the output. Nor can I find anything in the default service file that
"includes" a specific folder.
# systemctl status mariadb.service
● mariadb.service
Hi Zizzy!
Thanks for your report and for helping making ubuntu better.
Here is how you want to handle this situation:
https://mariadb.com/kb/en/systemd/#configuring-access-to-home-directories
Regards,
Faustin
** Changed in: mariadb-10.1 (Ubuntu)
Status: New => Invalid
--
You received th