Skip to content

Instantly share code, notes, and snippets.

@thenaterhood
Created March 6, 2015 03:03
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 thenaterhood/e79eb6f05badaa56a2d9 to your computer and use it in GitHub Desktop.
Save thenaterhood/e79eb6f05badaa56a2d9 to your computer and use it in GitHub Desktop.
Ubooquity systemd unit
[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