From cb99946239e45aef68c2a7168262def132399550 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 15:34:29 +0200 Subject: Adding debian version 1:2.43.0-1. Signed-off-by: Daniel Baumann --- debian/git-daemon/log/run | 7 +++++++ debian/git-daemon/run | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100755 debian/git-daemon/log/run create mode 100755 debian/git-daemon/run (limited to 'debian/git-daemon') diff --git a/debian/git-daemon/log/run b/debian/git-daemon/log/run new file mode 100755 index 0000000..eed4ed7 --- /dev/null +++ b/debian/git-daemon/log/run @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +LOG=/var/log/git-daemon + +test -d "$LOG" || mkdir -p -m2750 "$LOG" && chown gitlog:adm "$LOG" +exec chpst -ugitlog svlogd -tt "$LOG" diff --git a/debian/git-daemon/run b/debian/git-daemon/run new file mode 100755 index 0000000..b865526 --- /dev/null +++ b/debian/git-daemon/run @@ -0,0 +1,6 @@ +#!/bin/sh +exec 2>&1 +echo 'git-daemon starting.' +exec chpst -ugitdaemon \ + "$(git --exec-path)"/git-daemon --verbose --reuseaddr \ + --base-path=/var/lib /var/lib/git -- cgit v1.2.3