atlassian-crowd service: run crowd in foreground

This commit is contained in:
Franz Pletz
2017-10-20 01:55:56 +02:00
parent 8e5a5904c1
commit de917326a9

View File

@@ -142,7 +142,7 @@ in
${pkg}/apache-tomcat/conf/server.xml.dist > ${cfg.home}/server.xml
'';
script = "${pkg}/start_crowd.sh";
script = "${pkg}/start_crowd.sh -fg";
serviceConfig = {
User = cfg.user;