aboutsummaryrefslogtreecommitdiffstats
path: root/main/s6/s6.pre-upgrade
blob: 19804af6d35c2c5b597b7a2ee9c52a2d1c9f1a1c (plain)
1
2
3
4
5
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