#!/bin/execlineb -P
envfile /etc/s6/config/earlyoom.conf
importas -sCuD "n3 s2000000 T" DIRECTIVES DIRECTIVES
ifelse { test -w /var/log } {
	foreground { install -d -o s6log -g s6log /var/log/earlyoom }
	s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /var/log/earlyoom
}
foreground { install -d -o s6log -g s6log /run/log/earlyoom }
s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /run/log/earlyoom
