Skip to content

Commit 45057c5

Browse files
authored
Merge pull request #6 from diedpigs/feat-disable-timeout
Disable auth timeout minutes
2 parents 707a541 + 695b573 commit 45057c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/script.sh.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ rserver \
7373
--auth-none 0 \
7474
--auth-pam-helper-path "${RSTUDIO_AUTH}" \
7575
--auth-encrypt-password 0 \
76+
--auth-timeout-minutes 0 \
7677
--rsession-path "${RSESSION_WRAPPER_FILE}" \
7778
--server-data-dir "${TMPDIR}/rserver-${SLURM_JOB_ID}" \
7879
--secure-cookie-key-file "${TMPDIR}/rserver-${SLURM_JOB_ID}/rstudio-server/secure-cookie-key" \

0 commit comments

Comments
 (0)