aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-12-08 13:41:58 -0500
committerClark Laughlin <clark.laughlin@linaro.org>2015-12-08 13:41:58 -0500
commit5bb324485db9a5390efff4284ddd0a630b7bc7d7 (patch)
tree485a6e0cd416bccc2e71c208ebd6202640eacc3d
parentdd718f8fc8dd8b3078dae82eb700de5ee9945507 (diff)
build-libvirt.yaml: restart libvirt-bin at the end of the build
-rw-r--r--libvirt/build-libvirt.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvirt/build-libvirt.yaml b/libvirt/build-libvirt.yaml
index 5423ec8..efaeebd 100644
--- a/libvirt/build-libvirt.yaml
+++ b/libvirt/build-libvirt.yaml
@@ -31,3 +31,4 @@ run:
- './autogen.sh --prefix=/usr'
- 'make -j $(nproc)'
- 'make install'
+ - 'service libvirt-bin restart'