2021-03-31 17:24:19 +01:00
|
|
|
From ba19f629c1806ca2d2ab58154e45bce4ae4a3f0c Mon Sep 17 00:00:00 2001
|
2020-03-07 21:46:14 +00:00
|
|
|
From: Florian Klink <flokli@flokli.de>
|
|
|
|
Date: Sat, 7 Mar 2020 22:40:27 +0100
|
2021-03-31 17:24:19 +01:00
|
|
|
Subject: [PATCH 16/19] kmod-static-nodes.service: Update ConditionFileNotEmpty
|
2020-03-07 21:46:14 +00:00
|
|
|
|
|
|
|
On NixOS, kernel modules of the currently booted systems are located at
|
|
|
|
/run/booted-system/kernel-modules/lib/modules/%v/, not /lib/modules/%v/.
|
|
|
|
---
|
|
|
|
units/kmod-static-nodes.service.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/units/kmod-static-nodes.service.in b/units/kmod-static-nodes.service.in
|
2020-11-01 14:35:11 +00:00
|
|
|
index f4170d6a99..9a6a591bea 100644
|
2020-03-07 21:46:14 +00:00
|
|
|
--- a/units/kmod-static-nodes.service.in
|
|
|
|
+++ b/units/kmod-static-nodes.service.in
|
|
|
|
@@ -12,7 +12,7 @@ Description=Create list of static device nodes for the current kernel
|
|
|
|
DefaultDependencies=no
|
|
|
|
Before=sysinit.target systemd-tmpfiles-setup-dev.service
|
|
|
|
ConditionCapability=CAP_SYS_MODULE
|
|
|
|
-ConditionFileNotEmpty=/lib/modules/%v/modules.devname
|
|
|
|
+ConditionFileNotEmpty=/run/booted-system/kernel-modules/lib/modules/%v/modules.devname
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
--
|
2021-03-31 17:24:19 +01:00
|
|
|
2.30.1
|
2020-03-07 21:46:14 +00:00
|
|
|
|