wine.inf: Start PlugPlay service on prefix initialization.
commitb0ca06efd19c4d759261e990ad0921969e0acc97
authorRémi Bernon <rbernon@codeweavers.com>
Wed, 26 Jan 2022 09:50:17 +0000 (26 10:50 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 27 Jan 2022 17:02:28 +0000 (27 18:02 +0100)
tree324f6da1e91bfa4d20bff69fae1d7f23d1001f19
parent919ee014b93ba633ead2cfe44bcf475dbda55ecd
wine.inf: Start PlugPlay service on prefix initialization.

Device drivers may be installed and started on prefix initialization but
if PlugPlay is missing they won't be able to send plugplay notifications
until the prefix is restarted.

The service has StartType=2, and should start automatically.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
loader/wine.inf.in