mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 23:12:55 +00:00
systemd services
This commit is contained in:
parent
6ce9933b91
commit
36a9ba3b7a
2 changed files with 10 additions and 1 deletions
9
configs/systemd/dist-git.socket
Normal file
9
configs/systemd/dist-git.socket
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Dist Git Activation Socket
|
||||
|
||||
[Socket]
|
||||
ListenStream=9418
|
||||
Accept=true
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=Git Repositories Server Daemon
|
||||
Documentation=man:git-daemon(1)
|
||||
Wants=git.socket
|
||||
Wants=dist-git.socket
|
||||
|
||||
[Service]
|
||||
User=nobody
|
Loading…
Add table
Reference in a new issue