summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser/data
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-01 16:58:44 +0200
committerJonathan Bauer2013-08-01 16:58:44 +0200
commitd480a569dc7a2106f702404b4a943f70c504e82a (patch)
treecda32a61c8ffb5f77da4109ed17b432ac7fd9350 /remote/modules/vmchooser/data
parent[server] removed creation of config.tgz from generate_stage32 (diff)
downloadtm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.tar.gz
tm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.tar.xz
tm-scripts-d480a569dc7a2106f702404b4a943f70c504e82a.zip
adapted new naming conventions for all the scripts.
for our own systemd service files: use: service-file-name.service ex: /etc/systemd/system/setup-proxy.service ALL systemd services files need to be under /etc/systemd/system for our own scripts: use: tool-what_it_does ex: /opt/openslx/scripts/systemd-setup_proxy ALL our scripts under /opt/openslx/scripts
Diffstat (limited to 'remote/modules/vmchooser/data')
-rw-r--r--remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.service4
-rwxr-xr-xremote/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