mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-10 11:28:33 +00:00
Update stuff
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
RequiresMountsFor=/etc/docker /var/lib/docker
|
RequiresMountsFor=/etc/docker /var/lib/docker
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=--storage-driver=overlay2 --log-driver=journald
|
||||||
|
|||||||
7
scripts/entry.sh
Executable file
7
scripts/entry.sh
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# Run dockerd
|
||||||
|
dockerd -s vfs &> /dev/null &
|
||||||
|
|
||||||
|
exec bash
|
||||||
Reference in New Issue
Block a user