From eeda5aaff24e0f1ac7be43e9b6c180c77aae0bad Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 22 Jul 2021 10:48:06 +0200 Subject: [disk-partitions] New module, modularize partition setup --- core/modules/vmware-common/data/etc/systemd/system/vmware.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/vmware-common') diff --git a/core/modules/vmware-common/data/etc/systemd/system/vmware.service b/core/modules/vmware-common/data/etc/systemd/system/vmware.service index 78f75726..f51cc051 100644 --- a/core/modules/vmware-common/data/etc/systemd/system/vmware.service +++ b/core/modules/vmware-common/data/etc/systemd/system/vmware.service @@ -1,7 +1,7 @@ [Unit] Description=Sets up the vmware environment -Requires=run-virt-env.service setup-partitions.service network.target -After=run-virt-env.service setup-partitions.service network.target +Requires=run-virt-env.service network.target +After=run-virt-env.service network.target tmp.target [Service] Type=oneshot -- cgit v1.2.3-55-g7522