Use systemd service for git repository.
This commit is contained in:
parent
d7a1a146dd
commit
e51f6c5e2d
3 changed files with 25 additions and 23 deletions
|
@ -1,7 +1,7 @@
|
|||
- name: reload xinetd
|
||||
- name: start git-repo
|
||||
systemd:
|
||||
daemon_reload: yes
|
||||
name: xinetd
|
||||
state: reloaded
|
||||
name: git-repo
|
||||
state: started
|
||||
enabled: yes
|
||||
listen: reload xinetd
|
||||
listen: start git-repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue