Skip to content

Instantly share code, notes, and snippets.

@zahna
Created November 30, 2016 18:13
Show Gist options
  • Select an option

  • Save zahna/1d77f9529840e8d2eeda63a3ad3db804 to your computer and use it in GitHub Desktop.

Select an option

Save zahna/1d77f9529840e8d2eeda63a3ad3db804 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Source function library.
. /etc/rc.d/init.d/functions
setsid java -jar /opt/ci/selenium-server-standalone-2.35.0.jar 2>&1 > /var/log/selenium.log &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment