This commit is contained in:
Nathan 2022-01-10 09:08:30 -06:00
parent 2289fac44c
commit 233206d645
5 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
type = scripted
command = /usr/sbin/sysctl --system
command = /lib/systemd/systemd-sysctl --system
restart = false
waits-for = pseudofs

View File

@ -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

View File

@ -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

View File

@ -4,4 +4,3 @@ stop-command = /bin/udevadm control -e
restart = false
depends-on = pseudofs
waits-for = kmod-static-nodes
waits-for = tmpfiles-dev