关于Seafile开机自启的问题

我按照文档(https://manual-cn.seafile.com/deploy/start_seafile_at_system_bootup.html )中的:
RHEL/CentOS (run as service)——在 RHEL/CentOS 我们使用 /etc/init.d/ 脚本来实现 seafile/seahub 服务开机自启动。
进行设置,但当我运行最后一步:

并且运行:

service seafile start
service seahub start

时,出现了如下提示:
Starting seafile (via systemctl): Job for seafile.service failed because the control process exited with error code. See “systemctl status seafile.service” and “journalctl -xe” for details.
** [FAILED]**

运行命令“systemctl status seafile.service”,得:
● seafile.service - SYSV: seafile
** Loaded: loaded (/etc/rc.d/init.d/seafile; bad; vendor preset: disabled)**
** Active: failed (Result: exit-code) since Fri 2019-01-11 14:29:43 CST; 1h 21min ago**
** Docs: man:systemd-sysv-generator(8)**
** Process: 28084 ExecStart=/etc/rc.d/init.d/seafile start (code=exited, status=1/FAILURE)**

Jan 11 14:29:43 VM_189_195_centos systemd[1]: Starting SYSV: seafile…
Jan 11 14:29:43 VM_189_195_centos su[28088]: (to root) root on none
Jan 11 14:29:43 VM_189_195_centos systemd[1]: seafile.service: control process exited, code=exited status=1
Jan 11 14:29:43 VM_189_195_centos seafile[28084]: Starting seafile:
Jan 11 14:29:43 VM_189_195_centos systemd[1]: Failed to start SYSV: seafile.
Jan 11 14:29:43 VM_189_195_centos systemd[1]: Unit seafile.service entered failed state.
Jan 11 14:29:43 VM_189_195_centos systemd[1]: seafile.service failed.

我认为我之前的所有步骤都是正确的,请问我应该如何解决这一个问题?

这看不到太有用的报错信息,你可以到安装目录下直接使用 ./seafile.sh start 和./seahub.sh start 的方式启动服务,看有什么报错没,要保证服务正常是可以启动的,再调试自启动脚本的功能