-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed problem with testing for 12.04 version
- Loading branch information
Sergei Antipov
committed
May 9, 2016
1 parent
9f208d1
commit 0e7e738
Showing
3 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |