File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ type = process
2+ command = /usr/libexec/udevd-wrapper
3+ before = pre-local.target
4+ depends-on = early-devices.target
5+ smooth-recovery = true
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ #
3+ # this helper serves to bring udevd under supervision during late init
4+
5+ /usr/bin/udevadm control --exit > /dev/null 2>&1
6+
7+ exec /usr/lib/systemd/systemd-udevd " $@ "
Original file line number Diff line number Diff line change 1+ # Copyright 1999-2024 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+ inherit dinit
6+
7+ DESCRIPTION=" Dinit service file for udev"
8+
9+ S=" ${WORKDIR} "
10+
11+ LICENSE=" BSD-2"
12+ SLOT=" 0"
13+ KEYWORDS=" ~amd64"
14+
15+ src_install () {
16+ dinit_dosrv " ${FILESDIR} /udevd"
17+
18+ exeinto /usr/libexec
19+ doexe " ${FILESDIR} /udevd.wrapper"
20+ }
You can’t perform that action at this time.
0 commit comments