| # 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 stopping vm_concierge or stopping ui | |
| # Export for arc-create-data. | |
| import CHROMEOS_USER | |
| export CHROMEOS_USER |