mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Initial commit
This commit is contained in:
5
image/my_init
Executable file
5
image/my_init
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user