Skip to content

Instantly share code, notes, and snippets.

@pmlopes
Created July 1, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmlopes/755c775c03b152e1ca6f to your computer and use it in GitHub Desktop.
Save pmlopes/755c775c03b152e1ca6f to your computer and use it in GitHub Desktop.
base user system unit
[Unit]
Description=Vert.x Service
Wants=environment.target
[Service]
Type=simple
ExecStart=/bin/java $JAVA_OPTS -jar %h/rpi-1.0-fat.jar
[Install]
Alias=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment