mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-23 02:01:34 +01:00
hv-daemons: clean-up, version bump for oem-azure
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
parent
849ea7d45c
commit
0c06b23956
@ -1,10 +1,8 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Hyper-V KVP daemon
|
Description=Hyper-V KVP daemon
|
||||||
BindsTo=sys-devices-virtual-misc-vmbus\x21hv_kvp.device
|
|
||||||
ConditionPathExists=/dev/vmbus/hv_kvp
|
ConditionPathExists=/dev/vmbus/hv_kvp
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
|
||||||
ExecStart=/usr/bin/hv_kvp_daemon --no-daemon
|
ExecStart=/usr/bin/hv_kvp_daemon --no-daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@ -3,7 +3,6 @@ Description=Hyper-V VSS daemon
|
|||||||
ConditionPathExists=/dev/vmbus/hv_vss
|
ConditionPathExists=/dev/vmbus/hv_vss
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=exec
|
|
||||||
ExecStart=/usr/bin/hv_vss_daemon --no-daemon
|
ExecStart=/usr/bin/hv_vss_daemon --no-daemon
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
COREOS_SOURCE_REVISION=""
|
|
||||||
inherit coreos-kernel savedconfig systemd
|
inherit coreos-kernel savedconfig systemd
|
||||||
|
|
||||||
DESCRIPTION="HyperV guest support daemons."
|
DESCRIPTION="HyperV guest support daemons."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user