Created
May 3, 2015 04:19
-
-
Save tmaeda/4723371c3fd913670c52 to your computer and use it in GitHub Desktop.
/etc/systemd/system/gitbucket.service
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=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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
^_^