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/vbox-src/data/etc/systemd/system/vbox.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/modules/vbox-src') diff --git a/core/modules/vbox-src/data/etc/systemd/system/vbox.service b/core/modules/vbox-src/data/etc/systemd/system/vbox.service index 6b6347da..75527670 100644 --- a/core/modules/vbox-src/data/etc/systemd/system/vbox.service +++ b/core/modules/vbox-src/data/etc/systemd/system/vbox.service @@ -1,7 +1,7 @@ [Unit] Description=Sets up the virtual box 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