Commit 3c23f024 by Stéphane Graber

Merge pull request #1037 from evgeni/lxc.service-simple

start containers in foreground when using the lxc@.service
parents 71e4ea52 c4e50f1d
...@@ -9,7 +9,7 @@ Type=simple ...@@ -9,7 +9,7 @@ Type=simple
KillMode=mixed KillMode=mixed
KillSignal=SIGPWR KillSignal=SIGPWR
TimeoutStopSec=120s TimeoutStopSec=120s
ExecStart=@BINDIR@/lxc-start -n %i ExecStart=@BINDIR@/lxc-start -F -n %i
# Environment=BOOTUP=serial # Environment=BOOTUP=serial
# Environment=CONSOLETYPE=serial # Environment=CONSOLETYPE=serial
Delegate=yes Delegate=yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment