blob: d1e358b618b6ff17f21b911f2a27f82995edad40 [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 "Abstract job that runs when udev starts at boot."
author "chromium-os-dev@chromium.org"
# Some early services depend on udev, but don't need to be rerun if udev
# restarts/crashes.
start on started udev
# No 'stop' condition and no main process/script means this job runs forever.