| # Copyright 2020 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| description "Job to start ARCVM services after user login" |
| author "chromium-os-dev@chromium.org" |
| |
| # Set the same OOM score as vm_concierge. |
| oom score -100 |
| |
| # This job is started by the Chrome Browser. |
| stop on stop-arcvm-instance or stopping vm_concierge or stopping ui |
| |
| # Exports for arcvm-prepare-data. |
| import CHROMEOS_USER |
| export CHROMEOS_USER |
| import ARCVM_DATA_TYPE |
| export ARCVM_DATA_TYPE |