diff options
author | Xi Ruoyao <xry111@xry111.site> | 2024-01-06 11:26:22 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2024-01-06 11:26:22 +0800 |
commit | 33c9cb06d7f438e565f990badd8c3b3496cd96cd (patch) | |
tree | 617003296b99f3bad0384ff5547a183ac00a817c /chapter08/systemd.xml | |
parent | 164e0ddbce14b4df88bda8de0bd12fb3d1e7428f (diff) |
systemd: Fix another deprecation warning
Not sure why I didn't catch it...
Diffstat (limited to 'chapter08/systemd.xml')
-rw-r--r-- | chapter08/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml index de5a668d1..6757c73b7 100644 --- a/chapter08/systemd.xml +++ b/chapter08/systemd.xml @@ -71,7 +71,7 @@ meson setup \ -Drpmmacrosdir=no \ -Dhomed=disabled \ -Duserdb=false \ - -Dman=false \ + -Dman=disabled \ -Dmode=release \ -Dpamconfdir=no \ -Ddev-kvm-mode=0660 \ |