Merge pull request #452 from cgwalters/entrypoint-cmd
Switch to systemd by default
This commit is contained in:
commit
6eea18da53
|
|
@ -4,5 +4,6 @@
|
|||
"redhat.compose-id": "CentOS-Stream-9-20240304.d.0",
|
||||
"redhat.id": "centos",
|
||||
"redhat.version-id": "9"
|
||||
}
|
||||
},
|
||||
"StopSignal": "SIGRTMIN+3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"redhat.compose-id": "Fedora-ELN-20240326.3",
|
||||
"redhat.id": "fedora",
|
||||
"redhat.version-id": "ELN"
|
||||
}
|
||||
},
|
||||
"StopSignal": "SIGRTMIN+3"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue