mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fixing up Dockerfiles some more to get tests passing fully
This commit is contained in:
13
test/utils/docker/ubuntu1404/init-fake.conf
Normal file
13
test/utils/docker/ubuntu1404/init-fake.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
# fake some events needed for correct startup other services
|
||||
|
||||
description "In-Container Upstart Fake Events"
|
||||
|
||||
start on startup
|
||||
|
||||
script
|
||||
rm -rf /var/run/*.pid
|
||||
rm -rf /var/run/network/*
|
||||
/sbin/initctl emit stopped JOB=udevtrigger --no-wait
|
||||
/sbin/initctl emit started JOB=udev --no-wait
|
||||
/sbin/initctl emit runlevel RUNLEVEL=3 --no-wait
|
||||
end script
|
||||
Reference in New Issue
Block a user