From 2570958328943c5b7f41f2eba5b2f44ea6917cb5 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 10 Jan 2022 09:09:01 -0600 Subject: [PATCH] initial --- services/kmod-static-nodes | 2 +- services/sysctl | 2 +- services/tmpfiles-dev | 2 +- services/tmpfiles-setup | 2 +- services/udevd | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/services/kmod-static-nodes b/services/kmod-static-nodes index 2df43ba..15ee7a0 100644 --- a/services/kmod-static-nodes +++ b/services/kmod-static-nodes @@ -1,4 +1,4 @@ type = scripted -command = /bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf +command = /usr/bin/kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf restart = false waits-for = pseudofs diff --git a/services/sysctl b/services/sysctl index be8c8c9..ca02929 100644 --- a/services/sysctl +++ b/services/sysctl @@ -1,4 +1,4 @@ type = scripted -command = /usr/sbin/sysctl --system +command = /lib/systemd/systemd-sysctl --system restart = false waits-for = pseudofs diff --git a/services/tmpfiles-dev b/services/tmpfiles-dev index c396080..2a97685 100644 --- a/services/tmpfiles-dev +++ b/services/tmpfiles-dev @@ -1,4 +1,4 @@ type = scripted -command = /bin/systemd-tmpfiles --prefix=/dev --create --boot +command = /usr/bin/systemd-tmpfiles --prefix=/dev --create --boot restart = false waits-for = kmod-static-nodes diff --git a/services/tmpfiles-setup b/services/tmpfiles-setup index 3be235f..85dbfc7 100644 --- a/services/tmpfiles-setup +++ b/services/tmpfiles-setup @@ -1,4 +1,4 @@ type = scripted -command = /bin/systemd-tmpfiles --exclude-prefix=/dev --create --remove --boot +command = /usr/bin/systemd-tmpfiles --exclude-prefix=/dev --create --remove --boot restart = false waits-for = udev-settle diff --git a/services/udevd b/services/udevd index fc687b3..e7b381f 100644 --- a/services/udevd +++ b/services/udevd @@ -4,4 +4,3 @@ stop-command = /bin/udevadm control -e restart = false depends-on = pseudofs waits-for = kmod-static-nodes -waits-for = tmpfiles-dev