blob: 658b74034a25655c075b90ac24fc0ef3a72bfa62 [file] [log] [blame]
# Copyright 2021 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 "Chrome OS Rootfs lacros-chrome mounter"
author "chromium-os-dev@chromium.org"
# This job is started by ash-chrome.
oom score never
task
pre-start script
LACROS_MOUNT_POINT="/run/lacros"
mkdir -p "${LACROS_MOUNT_POINT}"
chown chronos:chronos "${LACROS_MOUNT_POINT}"
end script
exec mount -o ro /opt/google/lacros/lacros.squash /run/lacros