From 23fba266a9454ee6ca095b7f6eccf523f6526607 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 2 Mar 2019 09:41:24 +0000 Subject: Save pending changes in 1.0.0.0 branch --- src/state/s6-linux-init-poweroff.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/state/s6-linux-init-poweroff.c (limited to 'src/state/s6-linux-init-poweroff.c') diff --git a/src/state/s6-linux-init-poweroff.c b/src/state/s6-linux-init-poweroff.c new file mode 100644 index 0000000..d25dbb6 --- /dev/null +++ b/src/state/s6-linux-init-poweroff.c @@ -0,0 +1,7 @@ +/* ISC license. */ + +#undef PROGNAME +#define PROGNAME "s6-linux-init-poweroff" +#undef WHATDEFAULT +#define WHATDEFAULT 2 +#include "hpr.c" -- cgit v1.3.1