diff options
| author | Jonathan Bauer | 2013-10-15 13:55:21 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-10-15 13:55:21 +0200 |
| commit | 4663e575046afea5286e27c67c5b9815e01cc26c (patch) | |
| tree | 18d75ffdb1d05d949fe9e2940c210e78be74302d /remote/modules/vmware/data/addon-init | |
| parent | [consolekit] add missing package as REQUIRED_INSTALLED_PACKAGES (diff) | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-4663e575046afea5286e27c67c5b9815e01cc26c.tar.gz tm-scripts-4663e575046afea5286e27c67c5b9815e01cc26c.tar.xz tm-scripts-4663e575046afea5286e27c67c5b9815e01cc26c.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 + |
