276 |
277 |
278 |
279 |
Permalink
280 |
281 |
282 |
283 |
284 |
285 |
349 |
350 |
359 |
362 |
363 |
364 |
365 |
366 |
367 |
368 | c4f8611
369 |
370 | Jun 6, 2014
371 |
372 |
377 |
378 |
379 |
380 | 1
381 | contributor
382 |
383 |
384 |
385 |
386 |
387 |
388 |
389 |
390 |
391 | tianon
392 |
393 |
394 |
395 |
396 |
397 |
398 |
424 |
425 |
426 |
427 |
428 |
429 |
430 |
431 | # fake some events needed for correct startup other services
432 |
433 |
434 |
435 |
436 |
437 |
438 |
439 |
440 | description "In-Container Upstart Fake Events"
441 |
442 |
443 |
444 |
445 |
446 |
447 |
448 |
449 | start on startup
450 |
451 |
452 |
453 |
454 |
455 |
456 |
457 |
458 | script
459 |
460 |
461 |
462 | rm -rf /var/run/*.pid
463 |
464 |
465 |
466 | rm -rf /var/run/network/*
467 |
468 |
469 |
470 | /sbin/initctl emit stopped JOB=udevtrigger --no-wait
471 |
472 |
473 |
474 | /sbin/initctl emit started JOB=udev --no-wait
475 |
476 |
477 |
478 | /sbin/initctl 2 --no-wait
479 |
480 |
481 |
482 | end script
483 |
484 |
485 |
486 |
487 |
488 |
489 |
490 |
Jump to Line
491 |
496 |
497 |