Added by Florin O. about 9 years ago
Hi
I just found out about Openproject and I wanted to test it.
I have a server running CentOS 7.2.1511. I installed openproject via yum and I got 5.0.10.
yum install openproject Package openproject-5.0.10-1453539793.8726fbf.centos7.x86_64 already installed and latest version Nothing to do
After the configuration part, where I set up mysql, cvs, etc openproject does not start. If I run manually “service openproject start” I get
Failed to start openproject.service: Unit openproject.service failed to load: No such file or directory.
When I run that command with strace I see that
faccessat(AT_FDCWD, "/usr/libexec/initscripts/legacy-actions/openproject/start", X_OK) = -1 ENOENT (No such file or directory)
Why wasn’t that file created and how can I create it?
Thank you