| Index: remoting/host/installer/linux/debian/chrome-remote-desktop.init
|
| diff --git a/remoting/host/installer/linux/debian/chrome-remote-desktop.init b/remoting/host/installer/linux/debian/chrome-remote-desktop.init
|
| index b39f5d4e996f6b41cbe32db07acfe8611099ef47..da41f8d04241147b24577c87335053048f3ae1a5 100755
|
| --- a/remoting/host/installer/linux/debian/chrome-remote-desktop.init
|
| +++ b/remoting/host/installer/linux/debian/chrome-remote-desktop.init
|
| @@ -62,7 +62,7 @@ run_and_ignore_error() {
|
| # TODO(rkjnsn): Support starting user-initiated sessions with our PAM
|
| # wrapper.
|
| if [ "$(whoami)" = "root" ]; then
|
| - "$USER_SESSION_PATH" --user="$user" --me2me-script="$HOST_PATH"
|
| + "$USER_SESSION_PATH" start "$user"
|
| else
|
| sudo -u "$user" --login --background "$HOST_PATH" --start
|
| fi
|
|
|