diff options
-rw-r--r-- | meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb index 5b42defb3..5fe929c2b 100644 --- a/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb +++ b/meta-networking/recipes-daemons/opensaf/opensaf_4.5.0.bb | |||
@@ -39,4 +39,7 @@ do_install_append() { | |||
39 | rm -fr "${D}${localstatedir}/lock" | 39 | rm -fr "${D}${localstatedir}/lock" |
40 | rm -fr "${D}${localstatedir}/run" | 40 | rm -fr "${D}${localstatedir}/run" |
41 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" | 41 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" |
42 | install -d ${D}${systemd_unitdir}/system | ||
43 | install -m 0644 ${B}/osaf/services/infrastructure/nid/config/opensafd.service \ | ||
44 | ${D}${systemd_unitdir}/system | ||
42 | } | 45 | } |