Add crash-sender's init script to crash-reporter

Part of a three CLs commit that moves crash-sender.conf from platform/init to
platform/crash-reporter.

BUG=chromium:346449
TEST=build chromeos-init and platform2. crash-sender.conf is now owned by
platform2.

CQ-DEPEND=If4ed3501dc7764515eee5284b608859b97652625
CQ-DEPEND=I1f536361e4089a38c70ee9b77f126b1b9881abd8

Change-Id: I7e8da8b755f531bf1987c369692cf570eb7a5548
Reviewed-on: https://chromium-review.googlesource.com/198602
Reviewed-by: Gaurav Shah <gauravsh@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Bertrand Simonnet <bsimonnet@chromium.org>
Tested-by: Bertrand Simonnet <bsimonnet@chromium.org>
diff --git a/crash_reporter/init/crash-sender.conf b/crash_reporter/init/crash-sender.conf
new file mode 100644
index 0000000..25ad2f8
--- /dev/null
+++ b/crash_reporter/init/crash-sender.conf
@@ -0,0 +1,11 @@
+# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+description     "Run the crash sender periodically"
+author          "chromium-os-dev@chromium.org"
+
+start on starting system-services
+stop on stopping system-services
+
+exec periodic_scheduler 3600 crash_sender /sbin/crash_sender