From a12b74b878220dc796e4e4cb44d277466212113e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 15 Jun 2018 00:38:04 -0500 Subject: system/s6: new package --- system/s6/s6.pre-upgrade | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/s6/s6.pre-upgrade (limited to 'system/s6/s6.pre-upgrade') diff --git a/system/s6/s6.pre-upgrade b/system/s6/s6.pre-upgrade new file mode 100644 index 000000000..19804af6d --- /dev/null +++ b/system/s6/s6.pre-upgrade @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S catchlog 2>/dev/null +adduser -S -D -H -s /bin/false -G catchlog -g catchlog catchlog 2>/dev/null +echo 'Run "rc-update add s6 default" to automatically start a s6 supervision tree on /run/service at boot time.' 1>&2 +exit 0 -- cgit v1.2.3-60-g2f50