diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-01-29 05:18:21 +0100 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-01-29 05:18:21 +0100 |
commit | d07fa9effb9ab4b6aba0a4bc7bbc3bb56695bad2 (patch) | |
tree | 8f482c19ad3ff33a5e23a32a567fe5ef8b6cddc6 /sci-mathematics/rstudio/files | |
parent | sci-mathematics/rstudio: install systemd service unit for rstudio-server into... (diff) | |
download | gentoo-d07fa9effb9ab4b6aba0a4bc7bbc3bb56695bad2.tar.gz gentoo-d07fa9effb9ab4b6aba0a4bc7bbc3bb56695bad2.tar.bz2 gentoo-d07fa9effb9ab4b6aba0a4bc7bbc3bb56695bad2.zip |
sci-mathematics/rstudio: use the same group in rstudio-server.conf as in the .ebuild
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
Diffstat (limited to 'sci-mathematics/rstudio/files')
-rw-r--r-- | sci-mathematics/rstudio/files/rstudio-server.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/rstudio/files/rstudio-server.conf b/sci-mathematics/rstudio/files/rstudio-server.conf index ebf1a1649169..34e93e9fab0b 100644 --- a/sci-mathematics/rstudio/files/rstudio-server.conf +++ b/sci-mathematics/rstudio/files/rstudio-server.conf @@ -32,4 +32,4 @@ rsession-which-r=/usr/bin/R # To limit the users who can login to RStudio to the members # of a specific group, you use the auth-required-user-group # setting -auth-required-user-group=rstudio_users +auth-required-user-group=rstudio-server |