diff options
| author | Jonathan Bauer | 2013-10-15 14:04:29 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-10-15 14:04:29 +0200 |
| commit | dcb5997d7a389f1c090b313abd813f3c2cd38bdb (patch) | |
| tree | 82e1b771dae25cb47b9ae2e52fce63db1ad17744 /remote/modules/vmware/data/etc/systemd/system/vmware.service | |
| parent | [mltk] prints missing dev tools. Depending on distro print the possible packa... (diff) | |
| download | tm-scripts-dcb5997d7a389f1c090b313abd813f3c2cd38bdb.tar.gz tm-scripts-dcb5997d7a389f1c090b313abd813f3c2cd38bdb.tar.xz tm-scripts-dcb5997d7a389f1c090b313abd813f3c2cd38bdb.zip | |
[vmware] add the domain information received from the dhcp server to the vmware-dhcp server configuration
Diffstat (limited to 'remote/modules/vmware/data/etc/systemd/system/vmware.service')
| -rw-r--r-- | remote/modules/vmware/data/etc/systemd/system/vmware.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmware/data/etc/systemd/system/vmware.service b/remote/modules/vmware/data/etc/systemd/system/vmware.service index 30bb42ff..1f47ac8c 100644 --- a/remote/modules/vmware/data/etc/systemd/system/vmware.service +++ b/remote/modules/vmware/data/etc/systemd/system/vmware.service @@ -1,7 +1,7 @@ [Unit] Description=Sets up the vmware environment -Requires=vmchooser.service -After=vmchooser.service +Requires=vmchooser.service network.target +After=vmchooser.service network.target [Service] Type=oneshot |
