cgit: postinst: enable and start fcgiwrap service

This commit is contained in:
Mohammed Amar-Bensaber 2024-08-29 00:56:58 +02:00
parent 057c70453f
commit bc1e6e4ca6
Signed by: renken
GPG key ID: 1F2BB159B645E575

12
debian/cgit-config.postinst vendored Normal file
View file

@ -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