Skip to content

Commit

Permalink
Do not attempt to restart service on failures for Hyper-V daemons
Browse files Browse the repository at this point in the history
Service restart may not work when a specific integration service
is disabled in the VM setting. Remove the setting for performance
concerns.
  • Loading branch information
laozc committed Mar 31, 2019
1 parent e8cdc4b commit 9a5f3c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_fcopy.device

[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/sbin/hv_fcopy_daemon -n

[Install]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device

[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/sbin/hv_kvp_daemon -n

[Install]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ Documentation=https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_vss.device

[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/sbin/hv_vss_daemon -n

[Install]
Expand Down

0 comments on commit 9a5f3c2

Please sign in to comment.