Created
July 1, 2015 15:01
-
-
Save pmlopes/755c775c03b152e1ca6f to your computer and use it in GitHub Desktop.
base user system unit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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