| # Copyright (c) 2011 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. | |
| # cros-disks upstart job | |
| env CROS_DISKS_UID=213 | |
| env CROS_DISKS_GID=213 | |
| start on starting system-services and started dbus | |
| stop on stopping system-services | |
| respawn | |
| expect fork | |
| #exec /sbin/minijail --use-capabilities --uid="${CROS_DISKS_UID}" --gid="${CROS_DISKS_GID}" -- /opt/google/cros-disks/disks | |
| exec /opt/google/cros-disks/disks | |