Skip to content
Snippets Groups Projects
Commit 857e48ae authored by Julien Leduc's avatar Julien Leduc
Browse files

including systemd changes in the docker image

parent 6ab03670
No related branches found
No related tags found
No related merge requests found
......@@ -18,4 +18,7 @@ fi
printenv > /tmp/rc.local
# Let the next step take over
exec /shared/rc.local
## we can override the default by providing content in the shared folder
test -e /shared/rc.local && exec /shared/rc.local
exec /opt/run/bin/rc.local.shared
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment