From f542925b701989ba6eed7b08b5226d4021b9b85f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:00:48 +0200 Subject: Adding debian version 247.3-7+deb11u4. Signed-off-by: Daniel Baumann --- debian/systemd-container.postinst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/systemd-container.postinst (limited to 'debian/systemd-container.postinst') diff --git a/debian/systemd-container.postinst b/debian/systemd-container.postinst new file mode 100644 index 0000000..3d1c8b6 --- /dev/null +++ b/debian/systemd-container.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +# Enable machines.target by default on new installs +if [ -z "$2" ]; then + systemctl enable machines.target || true +fi + +#DEBHELPER# -- cgit v1.2.3