Fix git@ service in pkgs02
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
bea4c1c840
commit
970c78b619
2 changed files with 13 additions and 0 deletions
8
roles/distgit/files/git@.service
Normal file
8
roles/distgit/files/git@.service
Normal file
|
@ -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
|
|
@ -17,6 +17,11 @@
|
|||
tags:
|
||||
- distgit
|
||||
|
||||
- name: Put in git service config
|
||||
copy: src=git@.service dest=/etc/systemd/system/git@.service
|
||||
tags:
|
||||
- distgit
|
||||
|
||||
- name: install the mod_ssl configuration
|
||||
copy: src=ssl.conf dest=/etc/httpd/conf.d/ssl.conf
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue