blob: e92da97e45d88be3c40ac3882ad66230f1a6add0 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Hyper-V volume shadow copy service (VSS) daemon
ConditionPathExists=/dev/vmbus/hv_vss
[Service]
ExecStart=/usr/sbin/hv_vss_daemon -n
[Install]
WantedBy=multi-user.target
|