2
0
mirror of git://github.com/lxc/lxc synced 2025-09-05 02:09:32 +00:00

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

start containers in foreground when using the lxc@.service
This commit is contained in:
Stéphane Graber
2016-06-02 09:44:31 -04:00

View File

@@ -9,7 +9,7 @@ Type=simple
KillMode=mixed
KillSignal=SIGPWR
TimeoutStopSec=120s
ExecStart=@BINDIR@/lxc-start -n %i
ExecStart=@BINDIR@/lxc-start -F -n %i
# Environment=BOOTUP=serial
# Environment=CONSOLETYPE=serial
Delegate=yes