1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 10:28:27 +00:00
Files
operating-system/scripts/entry.sh
Pascal Vizeli e3dfcb8309 Update stuff
2018-04-16 20:00:59 +02:00

8 lines
75 B
Bash
Executable File

#!/bin/bash
set -e
# Run dockerd
dockerd -s vfs &> /dev/null &
exec bash