aboutsummaryrefslogtreecommitdiffstats
path: root/main/hvtools/hv_kvp_daemon.initd
blob: 71f31238f70b73879800abdff34917bb253137e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run

name="Hyper-V daemon: hv_kvp_daemon"
command=/usr/bin/hv_kvp_daemon

depend() {
	use clock logger
	need localmount net
}

start_pre() {
	# Delete the existing store
	rm -rf /var/lib/hyperv
}