Fix git-daemon service complaints.
This commit is contained in:
parent
d8366d2ca2
commit
a6b408d866
1 changed files with 2 additions and 4 deletions
|
@ -7,12 +7,10 @@ ExecStart=/usr/bin/git daemon --reuseaddr --export-all --base-path={{ repo_dir }
|
|||
Restart=always
|
||||
RestartSec=500ms
|
||||
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
SyslogIdentifier=git-daemon
|
||||
|
||||
User=nobody
|
||||
Group=nogroup
|
||||
User=git
|
||||
Group=git
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Reference in a new issue