added docker sandbox, work in progress
This commit is contained in:
9
sandbox/my_init
Normal file
9
sandbox/my_init
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
export > /etc/environment
|
||||
/usr/sbin/runsvdir-start &
|
||||
sleep 1
|
||||
if [[ ! -e /var/log/syslog ]]; then
|
||||
touch /var/log/syslog
|
||||
fi
|
||||
exec tail -qf /var/log/syslog /etc/service/*/log/*.log
|
||||
Reference in New Issue
Block a user