| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
if ! getent group "$CRD_GROUP" > /dev/null 2>&1; then
addgroup --system "$CRD_GROUP"
fiIt looks like we no longer need the local chrome-remote-desktop group, in that case we can also clean up the code here: https://source.chromium.org/chromium/chromium/src/+/main:remoting/host/setup/start_host_as_root.cc;drc=f43ed2e1ced0c71bdc11d101a778b9b72eb7f16a;l=46
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Please could you confirm that host setup with start-host still works after your changes?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Please could you confirm that host setup with start-host still works after your changes?
Done. I've confirmed that the `start-host` command still works.
if ! getent group "$CRD_GROUP" > /dev/null 2>&1; then
addgroup --system "$CRD_GROUP"
fiIt looks like we no longer need the local chrome-remote-desktop group, in that case we can also clean up the code here: https://source.chromium.org/chromium/chromium/src/+/main:remoting/host/setup/start_host_as_root.cc;drc=f43ed2e1ced0c71bdc11d101a778b9b72eb7f16a;l=46
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[crd host][linux] Remove sysvint support
This CL removes the System V init file, the user session binary,
sysv->systemd migration code, host enablement logic in the service
script, etc.
Change was made by gemini-cli then reviewed and verified by me. I built
and installed the the deb package and found no issues using the CRD host
(connection & re-setup host via command line) after the installation.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |