summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrecipes-core/fs-init/files/resizefs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/fs-init/files/resizefs.sh b/recipes-core/fs-init/files/resizefs.sh
index 8f066d1..6b04eb6 100755
--- a/recipes-core/fs-init/files/resizefs.sh
+++ b/recipes-core/fs-init/files/resizefs.sh
@@ -47,7 +47,7 @@ FSSIZEMEG=`expr $FSSIZE / 2 / 1024`"M"
resize2fs /dev/$PART $FSSIZEMEG
#job done, remove it from systemd services
-systemctl disable resizefs.service
+systemctl --no-reload disable resizefs.service
logger "resizing $PART finished, new size is $FSSIZEMEG"