blob: 98951d6b2c01c082aff1a60f674150ffff9bd7bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
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
|