Add systemd-hwdb to bug/RFE templates

This commit is contained in:
Daan De Meyer 2022-07-15 00:29:25 +02:00 committed by Yu Watanabe
parent 3f5ef8aeac
commit 73897d4f3c
3 changed files with 3 additions and 1 deletions

View File

@ -106,6 +106,7 @@ body:
- 'systemd-growfs'
- 'systemd-homed'
- 'systemd-hostnamed'
- 'systemd-hwdb'
- 'systemd-import'
- 'systemd-journal-gatewayd'
- 'systemd-journal-remote'

View File

@ -47,6 +47,7 @@ body:
- 'systemd-growfs'
- 'systemd-homed'
- 'systemd-hostnamed'
- 'systemd-hwdb'
- 'systemd-import'
- 'systemd-journal-gatewayd'
- 'systemd-journal-remote'

View File

@ -15,7 +15,7 @@ policy:
growfs: ['systemd-growfs']
homed: ['systemd-homed', 'homectl', 'pam_systemd_home']
hostname: ['systemd-hostnamed', 'hostnamectl']
hwdb: ['hardware database files']
hwdb: ['systemd-hwdb', 'hardware database files']
import: ['systemd-import']
journal: ['systemd-journald', 'journalctl']
journal-remote: ['systemd-journal-remote', 'systemd-journal-upload', 'systemd-journal-gatewayd']