Created
March 6, 2015 03:03
-
-
Save thenaterhood/e79eb6f05badaa56a2d9 to your computer and use it in GitHub Desktop.
Ubooquity systemd unit
This file contains 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=Ubooquity | |
After=network.target | |
[Service] | |
User=ubooquity | |
WorkingDirectory=/var/lib/ubooquity | |
ExecStart=/usr/bin/java -jar Ubooquity.jar -headless -webadmin | |
Restart=always | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment