PKGBUILDs/community/linux-tools/hv_kvp_daemon.service

10 lines
171 B
SYSTEMD
Raw Normal View History

2019-09-16 13:21:22 +00:00
[Unit]
Description=Hyper-V key-value pair (KVP)
ConditionPathExists=/dev/vmbus/hv_kvp
[Service]
ExecStart=/usr/bin/hv_kvp_daemon -n
[Install]
WantedBy=multi-user.target