ansible/roles/distgit/files/git@.service
Patrick Uiterwijk 970c78b619 Fix git@ service in pkgs02
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
2017-08-09 03:01:27 +02:00

8 lines
244 B
Desktop File

[Unit]
Description=Git Repositories Server Daemon
Documentation=man:git-daemon(1)
[Service]
User=nobody
ExecStart=-/usr/libexec/git-core/git-daemon --base-path=/srv/git/repositories --export-all --syslog --inetd --verbose
StandardInput=socket