rstudio / shiny-server

Host Shiny applications over the web.
https://rstudio.com/shiny/server
Other
712 stars 291 forks source link

Change priority of upstart vs. systemd for rpm #521

Closed jcheng5 closed 2 years ago

jcheng5 commented 2 years ago

On a Rocky Linux 8 AMI on EC2, the shiny-server systemd service was not installed, because the /etc/init existed, which led the installer to conclude that upstart, not systemd, should be used. This PR reorders the checks so systemd is considered first.