Delete unneeded files for 12.04

This commit is contained in:
Sergei Antipov 2018-02-16 11:56:11 +07:00
parent 37a1d6681b
commit bf8ff69eaf
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
# 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