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