Restart 'vmtoolsd' only in case of failures.
While stopping the service, wait for 5 seconds before killing vmtoolsd.
This commit is contained in:
parent
359e04812b
commit
68b672b5be
@ -6,8 +6,8 @@ ConditionVirtualization=vmware
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/bin/vmtoolsd
|
ExecStart=/usr/bin/vmtoolsd
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
TimeoutStopSec=2
|
TimeoutStopSec=5
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user