You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run 388B

123456789
  1. #!/usr/bin/execlineb -P
  2. envfile /etc/s6/config/ergo.conf
  3. importas -sCiu DIRECTIVES DIRECTIVES
  4. ifelse { test -w /var/log } {
  5. foreground { install -d -o s6log -g s6log /var/log/ergo }
  6. s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /var/log/ergo
  7. }
  8. foreground { install -d -o s6log -g s6log /run/log/ergo }
  9. s6-setuidgid s6log exec -c s6-log -d3 -b -- ${DIRECTIVES} /run/log/ergo