mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
183 B
SYSTEMD
10 lines
183 B
SYSTEMD
|
[Unit]
|
||
|
Description=Hyper-V volume shadow copy service (VSS)
|
||
|
ConditionPathExists=/dev/vmbus/hv_vss
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/hv_vss_daemon -n
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|