diff options
| author | root | 2013-08-01 17:31:28 +0200 |
|---|---|---|
| committer | root | 2013-08-01 17:31:28 +0200 |
| commit | 6ddfa7c4e9e802d5a2202ffd8a8eb609a649d7f6 (patch) | |
| tree | eabd0e401d2e34232caef67923299c88816b1ed7 /remote/modules/vmchooser | |
| parent | [stage32-scientific] Added stage target for Scientific Linux (diff) | |
| parent | [rootfs-stage32] added /etc/nsswitch.conf with standard config (diff) | |
| download | tm-scripts-6ddfa7c4e9e802d5a2202ffd8a8eb609a649d7f6.tar.gz tm-scripts-6ddfa7c4e9e802d5a2202ffd8a8eb609a649d7f6.tar.xz tm-scripts-6ddfa7c4e9e802d5a2202ffd8a8eb609a649d7f6.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmchooser')
| -rw-r--r-- | remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service | 4 | ||||
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store (renamed from remote/modules/vmchooser/data/opt/openslx/bin/mount-lib-virt) | 0 |
2 files changed, 2 insertions, 2 deletions
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 index 8746629c..cfaa7af8 100644 --- a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service +++ b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service @@ -1,5 +1,5 @@ [Unit] -Description=Mount vm-store NFS +Description=Mount VM store per NFS After=download-config.service network.target Requires=network.target DefaultDependencies=no @@ -7,4 +7,4 @@ ConditionPathExists=/run/udhcpc/network-ready [Service] Type=oneshot -ExecStart=/opt/openslx/bin/mount-lib-virt +ExecStart=/opt/openslx/scripts/systemd-mount_vm_store diff --git a/remote/modules/vmchooser/data/opt/openslx/bin/mount-lib-virt b/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store index 27a8f55c..27a8f55c 100755 --- a/remote/modules/vmchooser/data/opt/openslx/bin/mount-lib-virt +++ b/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store |
