[PR #9764/8425464c backport][stable-10] Add new systemd_info module (#9800)

Add new systemd_info module (#9764)

* add systemd_info module

* fix object results

* apply review changes

* apply module change and add doc_fragments

* removed use_unsafe_shell and doc_fragments/systemd

* fix unitname description doc

* fixed doc, replaced systemctl show syntax, added base prop result doc

* fix documentation

* fix RV values in description

* fix RV() description values

* add get_bin_path try/fail and remove list()

* fix doc, removed try block

* add Archlinux in integration test

(cherry picked from commit 8425464c0a)

Co-authored-by: Nocchia <133043574+NomakCooper@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-02-23 17:52:07 +01:00 committed by GitHub
commit 5735c5a045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 506 additions and 0 deletions

2
.github/BOTMETA.yml vendored
View file

@ -1364,6 +1364,8 @@ files:
maintainers: konstruktoid
$modules/systemd_creds_encrypt.py:
maintainers: konstruktoid
$modules/systemd_info.py:
maintainers: NomakCooper
$modules/sysupgrade.py:
maintainers: precurse
$modules/taiga_issue.py: