1 2 3 4 5 6 7 8 9 10 11
[Unit] Description=Start Git Daemon [Service] User=git Group=git ExecStart=/usr/bin/git daemon --reuseaddr --base-path=/repos --export-all --informative-errors --verbose StandardError=journal [Install] WantedBy=multi-user.target