diff options
| author | Patrick Uiterwijk <patrick@puiterwijk.org> | 2017-08-09 03:01:27 +0200 |
|---|---|---|
| committer | Patrick Uiterwijk <patrick@puiterwijk.org> | 2017-08-09 03:01:27 +0200 |
| commit | 970c78b6196bab9fe7a5530e80df33a6cd0bab43 (patch) | |
| tree | 64ffeab4d0827808d6dec6520bc39b45b8fc5290 /roles/distgit/files | |
| parent | bea4c1c840a2b1c1bd0f46d7da32915ab83218e3 (diff) | |
| download | ansible-970c78b6196bab9fe7a5530e80df33a6cd0bab43.tar.gz ansible-970c78b6196bab9fe7a5530e80df33a6cd0bab43.tar.xz ansible-970c78b6196bab9fe7a5530e80df33a6cd0bab43.zip | |
Fix git@ service in pkgs02
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
Diffstat (limited to 'roles/distgit/files')
| -rw-r--r-- | roles/distgit/files/git@.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/distgit/files/git@.service b/roles/distgit/files/git@.service new file mode 100644 index 000000000..107ad58f7 --- /dev/null +++ b/roles/distgit/files/git@.service @@ -0,0 +1,8 @@ +[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 |
