diff --git a/build-images.sh b/build-images.sh index ae54c8f..229211c 100644 --- a/build-images.sh +++ b/build-images.sh @@ -45,7 +45,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.authorizations=traefik@node:routeadm node:fwadm" \ --label="org.nethserver.tcp-ports-demand=1" \ --label="org.nethserver.rootfull=1" \ - --label="org.nethserver.images=docker.io/netdata/netdata:v1.44.3" \ + --label="org.nethserver.images=docker.io/netdata/netdata:v1.45.0" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}" diff --git a/imageroot/update-module.d/20restart b/imageroot/update-module.d/20restart index 9fa8e29..a758e7f 100755 --- a/imageroot/update-module.d/20restart +++ b/imageroot/update-module.d/20restart @@ -12,4 +12,4 @@ set -e # Redirect any output to the journal (stderr) exec 1>&2 -systemctl --user try-restart netdata.service +systemctl try-restart "${MODULE_ID}.service" \ No newline at end of file