blob: 9390f248715dba389d3690bb916b89e967a1e765 [file] [log] [blame]
# Copyright 2017 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.
[Unit]
Description=Wait for User Data to be accessible
Wants=network-online.target
After=network-online.target
Before=user-data-online.target
[Service]
Type=oneshot
ExecStart=/usr/share/cloud/wait_for_user_data.sh
RemainAfterExit=yes
[Install]
WantedBy=user-data-online.target