diff options
| author | Christian Rößler | 2013-10-14 19:09:51 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-10-14 19:09:51 +0200 |
| commit | a84f0a7517b45265d3ae146eec5628cae43e9b24 (patch) | |
| tree | e5ae9d564a20f7a317cccddb8c601f1cffb7bd8a /remote/modules/vmware/data/addon-init | |
| parent | [samba] Some openSuse support: conf file and build file extension (diff) | |
| parent | [vmware] Switch from VMware player to workstation, bump version to 10.0 (woul... (diff) | |
| download | tm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.tar.gz tm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.tar.xz tm-scripts-a84f0a7517b45265d3ae146eec5628cae43e9b24.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware/data/addon-init')
| -rwxr-xr-x | remote/modules/vmware/data/addon-init | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/remote/modules/vmware/data/addon-init b/remote/modules/vmware/data/addon-init new file mode 100755 index 00000000..01acb3b4 --- /dev/null +++ b/remote/modules/vmware/data/addon-init @@ -0,0 +1,5 @@ +#!/bin/sh + +systemctl daemon-reload +systemctl start vmware + |
