mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +02:00
This changes many of our upstart jobs to use upstart properly rather than just running the corresponding scripts in /etc/init.d. The init.d scripts all pull in helper functions, etc that are mostly unused. These changes typically go from using many subshells to start a daemon to a single exec of the daemon with proper tracking by upstart. Most of these jobs are not in the critical boot path, but we should still keep them as optimized as possible. Review URL: http://chromereview.prom.corp.google.com/1181042 git-svn-id: svn://chrome-svn/chromeos/trunk@164 06c00378-0e64-4dae-be16-12b19f9950a1
Description
Languages
Shell
93.1%
Python
6.9%