a0030f8fd4
OBS-URL: https://build.opensuse.org/request/show/795368 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=247
17 lines
428 B
Desktop File
17 lines
428 B
Desktop File
[Unit]
|
|
Description=Start Git Daemon
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/git-daemon
|
|
ExecStart=/bin/bash -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
|