Merge pull request #452 from cgwalters/entrypoint-cmd

Switch to systemd by default
This commit is contained in:
Colin Walters 2024-03-26 12:59:51 -04:00 committed by GitHub
commit 6eea18da53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

@ -4,5 +4,6 @@
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
"redhat.id": "centos",
"redhat.version-id": "9"
}
},
"StopSignal": "SIGRTMIN+3"
}

View File

@ -4,5 +4,6 @@
"redhat.compose-id": "Fedora-ELN-20240326.3",
"redhat.id": "fedora",
"redhat.version-id": "ELN"
}
},
"StopSignal": "SIGRTMIN+3"
}

View File

@ -19,7 +19,7 @@ etc-group-members:
# Default to `bash` in our container, the same as other containers we ship.
container-cmd:
- /usr/bin/bash
- /sbin/init
# Note that the default for c9s+ is sqlite; we can't rely on rpm being
# in the target (it isn't in tier-0!) so turn this to host here. This