diff options
author | Mohamed MOUNIROU <mmounirou@MacBook-Pro-de-Mohamed.local> | 2011-10-04 22:35:09 +0200 |
---|---|---|
committer | Mohamed MOUNIROU <mmounirou@MacBook-Pro-de-Mohamed.local> | 2011-10-04 22:35:09 +0200 |
commit | 134a895dbf6db6b9784f165a3a577d6059949169 (patch) | |
tree | f967bd8188f33da36362338a0384ebb3d510d889 /distrib/install-service.sh | |
parent | 10177fb0a59cc9fc61fb78c724f7b0816b69b798 (diff) | |
download | gitblit-134a895dbf6db6b9784f165a3a577d6059949169.tar.gz gitblit-134a895dbf6db6b9784f165a3a577d6059949169.zip |
add tools to install giblet as service on linux based os
Diffstat (limited to 'distrib/install-service.sh')
-rw-r--r-- | distrib/install-service.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/distrib/install-service.sh b/distrib/install-service.sh new file mode 100644 index 00000000..75d7fcce --- /dev/null +++ b/distrib/install-service.sh @@ -0,0 +1,3 @@ +cp gitblit /etc/init.d/ +chmod +x /etc/init.d/gitblit +sudo update-rc.d gitblit defaults
\ No newline at end of file |