crash-sender.conf revision 8e774579a07b8520919205889a98dce4aecd5bc4
1# Copyright 2014 The Chromium OS Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5description "Runs a daemon which send collected crash reports."
6author      "chromium-os-dev@chromium.org"
7
8start on started system-services
9stop on stopping system-services
10respawn
11
12exec crash_sender
13