diff options
| author | Manuel Schneider | 2013-10-16 14:09:45 +0200 |
|---|---|---|
| committer | Manuel Schneider | 2013-10-16 14:09:45 +0200 |
| commit | 9dba936ce697fa612ee327384e9291e319337169 (patch) | |
| tree | bc7267372173b5cda99f7dd2b0e17d0cf0d0bc6b /remote/modules/vmware/data/addon-init | |
| parent | [printergui] Changed qmake-qt4 to qmake. (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-9dba936ce697fa612ee327384e9291e319337169.tar.gz tm-scripts-9dba936ce697fa612ee327384e9291e319337169.tar.xz tm-scripts-9dba936ce697fa612ee327384e9291e319337169.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 + |
