forked from Docker/baseimage-docker
6 lines
131 B
Bash
Executable File
6 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
# No exec. We want bash to be the init process so that it can kill
|
|
# zombie processes.
|
|
/usr/sbin/runsvdir-start
|