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
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

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;