1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-25 06:03:40 +03:00

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

View File

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