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