mirror of
https://github.com/PGYER/codefever.git
synced 2026-05-06 21:50:39 +08:00
5 lines
73 B
Bash
5 lines
73 B
Bash
#!/bin/bash
|
|
setsid ./misc/initailize_container.sh &
|
|
|
|
exec /usr/sbin/init
|