summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-02 17:27:28 +0200
committerJonathan Bauer2013-08-02 17:27:28 +0200
commit3ba5a58e5b04b771e6ee99ee6d6f772991c1c236 (patch)
tree0d91e40266c79ac1f06cf07cef82fe70563f9a34 /remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service
parent[rootfs-stage32] add find and grep to config file (diff)
downloadtm-scripts-3ba5a58e5b04b771e6ee99ee6d6f772991c1c236.tar.gz
tm-scripts-3ba5a58e5b04b771e6ee99ee6d6f772991c1c236.tar.xz
tm-scripts-3ba5a58e5b04b771e6ee99ee6d6f772991c1c236.zip
[vmchooser] moved all vmchooser specific files and scripts to /opt/openslx. Renamed 'var/lib/virt' to 'mnt/vmstore'. Added bwlehrpool theme for vmchooser#
Diffstat (limited to 'remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service')
-rw-r--r--remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service b/remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service
new file mode 100644
index 00000000..cfaa7af8
--- /dev/null
+++ b/remote/modules/vmchooser/data/etc/systemd/system/mount-vm-store.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Mount VM store per NFS
+After=download-config.service network.target
+Requires=network.target
+DefaultDependencies=no
+ConditionPathExists=/run/udhcpc/network-ready
+
+[Service]
+Type=oneshot
+ExecStart=/opt/openslx/scripts/systemd-mount_vm_store