From d2e88cf2399110e878618103aefd00da3c1e90fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 29 Mar 2023 08:27:41 +0200 Subject: Adding debian version 20230327-1. Signed-off-by: Daniel Baumann --- debian/local/shutdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 debian/local/shutdown (limited to 'debian/local/shutdown') diff --git a/debian/local/shutdown b/debian/local/shutdown new file mode 100755 index 0000000..30e959d --- /dev/null +++ b/debian/local/shutdown @@ -0,0 +1,13 @@ +#!/bin/sh + +echo "${0}: disabled in systemd-nspawn container" + +if [ -e /etc/compute-tools/shutdown.txt ] +then + cat /etc/compute-tools/shutdown.txt +elif [ -e /usr/share/container/shutdown.txt ] +then + cat /usr/share/container/shutdown.txt +fi + +exit 1 -- cgit v1.2.3