trabajo-afectivo/contrib/packager.io/postinstall.sh

14 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
# create init scripts
/usr/bin/zammad scale web=1 websocket=1 worker=1
# start zammad
systemctl start zammad
# start nginx
systemctl start nginx