Skip to content

Instantly share code, notes, and snippets.

@tmaeda
Created May 3, 2015 04:19
Show Gist options
  • Save tmaeda/4723371c3fd913670c52 to your computer and use it in GitHub Desktop.
Save tmaeda/4723371c3fd913670c52 to your computer and use it in GitHub Desktop.
/etc/systemd/system/gitbucket.service
[Unit]
Description=Git hosting service
[Service]
User=gitbucket
ExecStart=/usr/bin/java -jar /home/gitbucket/gitbucket.war --port=xxxx --host=127.0.0.1 --gitbucket.home=/home/gitbucket/repo
[Install]
WantedBy=multi-user.target
@oliverm2112
Copy link

Thanks for this!

@lucassmacedo
Copy link

Thanks!!!! =D

@XWolfOverride
Copy link

^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment