From 22b56b791c42593c1537cbb9230e3661f5666471 Mon Sep 17 00:00:00 2001 From: afwerar <1296468573@qq.com> Date: Thu, 1 Sep 2022 15:58:59 +0800 Subject: [PATCH] build: add taosd.service to deb --- packaging/deb/makedeb.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/deb/makedeb.sh b/packaging/deb/makedeb.sh index 3db9005f95..94a24a4148 100755 --- a/packaging/deb/makedeb.sh +++ b/packaging/deb/makedeb.sh @@ -45,6 +45,7 @@ mkdir -p ${pkg_dir}${install_home_path}/include mkdir -p ${pkg_dir}${install_home_path}/script cp ${compile_dir}/../packaging/cfg/taos.cfg ${pkg_dir}${install_home_path}/cfg +cp ${compile_dir}/../packaging/cfg/taosd.service ${pkg_dir}${install_home_path}/cfg if [ -f "${compile_dir}/test/cfg/taosadapter.toml" ]; then cp ${compile_dir}/test/cfg/taosadapter.toml ${pkg_dir}${install_home_path}/cfg || : fi