[lxc-devel] [PATCH] lxc-oracle: export upstart environment variable for maygetty

Dwight Engen dwight.engen at oracle.com
Fri May 16 13:31:58 UTC 2014


This is a fix to commit 5f2ea8cfcb8ccd9bbb7cf18e1e260044f3f6dcaf.
Sorry, not sure how I missed this in testing the original patch.

Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
---
 templates/lxc-oracle.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/lxc-oracle.in b/templates/lxc-oracle.in
index 1cf1b1b..2fa289b 100644
--- a/templates/lxc-oracle.in
+++ b/templates/lxc-oracle.in
@@ -403,6 +403,7 @@ EOF
 
 start on stopped rc RUNLEVEL=[2345]
 stop on runlevel [!2345]
+env container
 
 respawn
 exec /sbin/maygetty --nohangup --noclear /dev/console
-- 
1.9.0



More information about the lxc-devel mailing list