mirror of
/repos/baseimage-docker.git
synced 2026-02-27 17:41:59 +01: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