6426de801e
git 2.15.1 (bsc#1069803) OBS-URL: https://build.opensuse.org/request/show/547590 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=210
17 lines
423 B
Desktop File
17 lines
423 B
Desktop File
[Unit]
|
|
Description=Start Git Daemon
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/git-daemon
|
|
ExecStart=/bin/sh -c 'exec git daemon --reuseaddr --base-path=${GIT_DAEMON_BASE_PATH:-/srv/git/} --user=${GIT_DAEMON_USER:-git-daemon} --group=${GIT_DAEMON_GROUP:-nogroup} $GIT_DAEMON_ARGS'
|
|
|
|
Restart=always
|
|
RestartSec=500ms
|
|
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
SyslogIdentifier=git-daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|