mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
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
|