cgit: postinst: enable and start fcgiwrap service
This commit is contained in:
parent
057c70453f
commit
bc1e6e4ca6
1 changed files with 12 additions and 0 deletions
12
debian/cgit-config.postinst
vendored
Normal file
12
debian/cgit-config.postinst
vendored
Normal 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
|
Loading…
Reference in a new issue