AWS dcv documentation change
Summary
Added macOS instructions for starting DCV server and configuring auto-start via launchctl.
Security assessment
Operational documentation about service management with no direct security implications. No security features or vulnerabilities addressed.
Diff
diff --git a/dcv/latest/adminguide/manage-start.md b/dcv/latest/adminguide/manage-start.md index c4548dca7..5499900f3 100644 --- a//dcv/latest/adminguide/manage-start.md +++ b//dcv/latest/adminguide/manage-start.md @@ -72,0 +73,25 @@ Use the following commands: +macOS Amazon DCV server + + +Manually start the Amazon DCV server using the command line. + +###### To start the Amazon DCV server on Linux + +Use the following commands: + + * $ sudo launchctl start com.amazon.dcv.server.dcvserver + + + + +Configure the Amazon DCV server to start automatically using the command line. + +###### To configure the Amazon DCV server to start automatically on macOS + +Use the following commands: + + * $ sudo launchctl enable com.amazon.dcv.server.dcvserver + + + +