blob: 6ef1dc996a84b33aa1990c26b3c6efe352b4a882 [file] [log] [blame] [edit]
# Copyright 2021 The ChromiumOS Authors
# 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"
oom score never
# 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.