add-multiple-process-stack 222 B

1234
  1. #!/bin/sh -e
  2. echo "Install the multiple process stack: runit, syslog-ng-core, logrotate and cron"
  3. /container/tool/add-service-available :runit :syslog-ng-core :logrotate :cron
  4. touch /container/multiple_process_stack_added