mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-07 19:04:31 +02:00
10 lines
131 B
Bash
10 lines
131 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="Hyper-V daemon: hv_vss_daemon"
|
|
command=/usr/bin/hv_vss_daemon
|
|
|
|
depend() {
|
|
use clock logger
|
|
need dev
|
|
}
|
|
|