summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount10
-rw-r--r--remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service8
2 files changed, 8 insertions, 10 deletions
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount
deleted file mode 100644
index 21ac1544..00000000
--- a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
- Description=Mount vm-store NFS
-
- [Mount]
- What=vm-store.public.ads.uni-freiburg.de:vmwareImages/vmware/vmware65
- Where=/var/lib/virt
- Type=nfs
- Options=ro,async,nolock,vers=3
- StandardOutput=syslog
- StandardError=syslog
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service
new file mode 100644
index 00000000..7a4b4f58
--- /dev/null
+++ b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Mount vm-store NFS
+Wants=download-config.service
+After=download-config.service
+
+[Service]
+Type=oneshot
+ExecStart=/opt/openslx/bin/mount-lib-virt