Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created January 19, 2012 17:10
Show Gist options
  • Select an option

  • Save berekuk/1641239 to your computer and use it in GitHub Desktop.

Select an option

Save berekuk/1641239 to your computer and use it in GitHub Desktop.
/etc/init.d/my-app
#!/bin/sh
export UBIC_SERVICE_DIR=/opt/app/ubic/service
export UBIC_DATA_DIR=/opt/app/ubic/data
ubic $1 my-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment