Skip to content

Instantly share code, notes, and snippets.

@nshtg
Created January 27, 2016 20:40
Show Gist options
  • Save nshtg/953c556aff1b322a3eb8 to your computer and use it in GitHub Desktop.
Save nshtg/953c556aff1b322a3eb8 to your computer and use it in GitHub Desktop.
Git Server
[Unit]
Description=Git Daemon
[Service]
Type=forking
ExecStart=/usr/local/libexec/git-core/git-daemon --user=git --group=git --base-path=/home/git/repositories --detach
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment