From bc1e6e4ca67be2b98ae210d354f768b391e4236f Mon Sep 17 00:00:00 2001 From: Mohammed Amar-Bensaber Date: Thu, 29 Aug 2024 00:56:58 +0200 Subject: cgit: postinst: enable and start fcgiwrap service --- debian/cgit-config.postinst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/cgit-config.postinst (limited to 'debian') diff --git a/debian/cgit-config.postinst b/debian/cgit-config.postinst new file mode 100644 index 0000000..98951d6 --- /dev/null +++ b/debian/cgit-config.postinst @@ -0,0 +1,12 @@ +#!/bin/sh +# +# TODO: Handle "$1". + +set -e + +#DEBHELPER# + +# TODO: Setup git user and stuff. + +deb-systemd-helper enable fcgiwrap +deb-systemd-invoke restart fcgiwrap -- cgit v1.2.3