Add coredump daemons to bug/RFE template component options

This commit is contained in:
Daan De Meyer 2022-07-13 12:48:04 +02:00 committed by Luca Boccassi
parent 44571ce98e
commit 8ce1a3033f
2 changed files with 4 additions and 0 deletions

View file

@ -74,6 +74,7 @@ body:
multiple: true
options:
- 'bootctl'
- 'coredumpctl'
- 'homectl'
- 'hostnamectl'
- 'hardware database files'
@ -96,6 +97,7 @@ body:
- 'systemd-binfmt'
- 'systemd-boot'
- 'systemd-cgtop'
- 'systemd-coredump'
- 'systemd-cryptsetup'
- 'systemd-delta'
- 'systemd-env-generator'

View file

@ -15,6 +15,7 @@ body:
multiple: true
options:
- 'bootctl'
- 'coredumpctl'
- 'homectl'
- 'hostnamectl'
- 'hardware database files'
@ -37,6 +38,7 @@ body:
- 'systemd-binfmt'
- 'systemd-boot'
- 'systemd-cgtop'
- 'systemd-coredump'
- 'systemd-cryptsetup'
- 'systemd-delta'
- 'systemd-env-generator'