blob: fd3fd6dcd77d0c67efa9c98ead125692524e9617 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Unit]
Description=Hyper-V volume shadow copy service (VSS) daemon
Conflicts=hyperv-daemons.hv-vss-daemon.service
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_vss.device
[Service]
ExecStart=/usr/sbin/hv_vss_daemon -n
[Install]
WantedBy=multi-user.target
|