From 3d4cdf335d07a31b9df9833db9a3a013b32de0d1 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Fri, 25 Oct 2019 15:01:12 +0200 Subject: [PATCH] Service gitea: adding -C, -w and -c parameters. --- services/gitea.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/gitea.spec b/services/gitea.spec index 4c14376..55a45dc 100644 --- a/services/gitea.spec +++ b/services/gitea.spec @@ -1,5 +1,4 @@ -name: gitea -command: ./gitea +command: ./gitea -C . -w . -c ./custom/conf/app.ini # deamon's working directory directory: /srv/${ENVIRONMENT}/gitea consumes: postgresql