mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-09 10:58:36 +00:00
Update stuff
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
[Unit]
|
||||
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