redmine: upgrade start command

This commit is contained in:
Meghea Iulian 2023-05-18 14:35:38 +03:00
parent 6201512ce2
commit eb222f0f97
No known key found for this signature in database
GPG Key ID: 9FA665644E968CF6

View File

@ -419,7 +419,7 @@ in
Group = cfg.group;
TimeoutSec = "300";
WorkingDirectory = "${cfg.package}/share/redmine";
ExecStart="${bundle} exec rails server webrick -e production -p ${toString cfg.port} -P '${cfg.stateDir}/redmine.pid'";
ExecStart="${bundle} exec rails server -u webrick -e production -p ${toString cfg.port} -P '${cfg.stateDir}/redmine.pid'";
};
};