The Wayback Machine - https://web.archive.org/web/20200917050036/https://github.com/rstudio/shiny-server/pull/43
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstart/init.d scripts should all run as shiny user #43

Open
wants to merge 1 commit into
base: master
from

Conversation

@jcheng5
Copy link
Member

jcheng5 commented Aug 22, 2013

Tested on Ubuntu 13.04. Need to test on Debian, CentOS 5/6, Ubuntu 10.04, and Suse.

@@ -18,7 +18,7 @@
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="shiny server"
NAME=shiny-server
DAEMON=shiny-server
DAEMON=/usr/bin/shiny-server

This comment has been minimized.

@antoine-lizee

antoine-lizee Oct 22, 2013

Will not work under debian, where the install is in /usr/local/bin/. I guess DAEMON=which shiny-server`` is preferable.

@trestletech trestletech force-pushed the rstudio:master branch from e89032a to 0bec4d2 Oct 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.