1# Copyright 2016 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 5[Unit] 6Description=ChromeOS audio server 7PartOf=system-services.target 8After=system-services.target 9 10[Service] 11Restart=on-failure 12LimitRTPRIO=12 13TimeoutStopSec=20 14ExecStart=/bin/sh /usr/share/cros/init/cras.sh 15