So, definitely using the
After=local-fs.target
is a sane fix to ensuring that the local filesystem is mounted before starting.
I'm interested in understanding why the open-vm-tools needs to run before cloud-init. specifically, what's wrong with:
After=cloud-init.service
which is when more of the system is up.
So, definitely using the
After=local- fs.target
is a sane fix to ensuring that the local filesystem is mounted before starting.
I'm interested in understanding why the open-vm-tools needs to run before cloud-init. specifically, what's wrong with:
After=cloud- init.service
which is when more of the system is up.