From f8bdaa6ff38311051aaf92ec552678ddb66f83c1 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 18 Dec 2024 10:42:01 +0800 Subject: [PATCH] systemd: Sync a sed with udev in sysv revision Let's make the two revisions more consistent. --- chapter08/systemd.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index c2fc9dc6d..1e17c60ce 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -45,8 +45,9 @@ sgx, from the default udev rules: - sed -i -e 's/GROUP="render"/GROUP="video"/' \ - -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in + sed -e 's/GROUP="render"/GROUP="video"/' \ + -e 's/GROUP="sgx", //' \ + -i rules.d/50-udev-default.rules.in Prepare systemd for compilation: