aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 19:34:24 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2019-08-18 19:34:24 +0200
commita0f508d6c64a52f861a64be72fdc95cfb7fea56f (patch)
tree85c09c26ab9fa7a606e751df5472971b0f10d206
parentc10b909640a5b5b4414dea67108daf4227af896e (diff)
downloadtermsend-a0f508d6c64a52f861a64be72fdc95cfb7fea56f.tar.gz
termsend-a0f508d6c64a52f861a64be72fdc95cfb7fea56f.tar.bz2
termsend-a0f508d6c64a52f861a64be72fdc95cfb7fea56f.zip
pkg/deb: stop service after install
On debian kurload is automatically started after instalation, so stop the process before continuing with our own test. no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xpkg/deb/create-pkg.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index d6b0007..cd16aa7 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -119,6 +119,7 @@ do
done
dpkg -i "${project}_${version}_${arch}.deb"
+systemctl stop kurload
if ldd $(which kurload) | grep "\/usr\/bofc"
then