From 5884ea45500fed5b6c410f021b3c62bd9034be8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 25 Oct 2016 10:46:47 +0200 Subject: [PATCH] pkgr - create init scripts afer install --- .pkgr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pkgr.yml b/.pkgr.yml index b4a42e77d..53dd1d5b0 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -36,4 +36,7 @@ env: services: - postgres +after_install: + - zammad scale web=1 websocket=1 worker=1 + notifications: false