Skip to content

Commit b173c4f

Browse files
Merge pull request #1958 from aaron-prindle/kvp-restart
added restart to kvp daemon
2 parents e6da47f + f4b916e commit b173c4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy/iso/minikube-iso/package/hv-kvp-daemon/hv_kvp_daemon.service

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ConditionVirtualization=microsoft
66

77
[Service]
88
Type=simple
9+
Restart=always
10+
RestartSec=3
11+
912
ExecStart=/usr/sbin/hv_kvp_daemon -n
1013

1114
[Install]

0 commit comments

Comments
 (0)