fix(app-emuilation/docker): Type=forking on service

In the previous commit we are forking out the docker process. We need to
set the type to forking.
This commit is contained in:
Brandon Philips 2013-04-07 17:45:21 -07:00
parent 163576a5ef
commit 0c0ef9a550

View File

@ -1,4 +1,5 @@
[Service]
Type=forking
ExecStartPre=/bin/mount --make-rprivate /
ExecStartPre=/sbin/brctl addbr lxcbr0
ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1