summaryrefslogtreecommitdiff
path: root/git-server/git.service
blob: f7df6a4251f5676e4e28400eacfc0df40b4e2a65 (plain)
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