mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
11 lines
131 B
Plaintext
11 lines
131 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
name="Hyper-V daemon: hv_vss_daemon"
|
|
command=/usr/bin/hv_vss_daemon
|
|
|
|
depend() {
|
|
use clock logger
|
|
need dev
|
|
}
|
|
|