[Unit] Description=Start Git Daemon [Service] ExecStart=/usr/bin/git daemon --reuseaddr --export-all --base-path={{ repo_dir }} Restart=always RestartSec=500ms SyslogIdentifier=git-daemon User=git Group=git [Install] WantedBy=multi-user.target