mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 18:12:08 +02:00
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:
parent
163576a5ef
commit
0c0ef9a550
@ -1,4 +1,5 @@
|
|||||||
[Service]
|
[Service]
|
||||||
|
Type=forking
|
||||||
ExecStartPre=/bin/mount --make-rprivate /
|
ExecStartPre=/bin/mount --make-rprivate /
|
||||||
ExecStartPre=/sbin/brctl addbr lxcbr0
|
ExecStartPre=/sbin/brctl addbr lxcbr0
|
||||||
ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1
|
ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user