● halo.service
Loaded: loaded (/etc/systemd/system/halo.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Thu 2019-10-17 20:51:43 CST; 23s ago
Process: 828 ExecStop=/bin/kill -s QUIT $MAINPID (code=exited, status=1/FAILURE)
Process: 826 ExecStart=/usr/bin/java -server -Xms1024m -Xmx1024m -jar JAR_PATH /var//www/wwwroot/halo-latest.jar (code=exited, status=1/FAILURE)
Main PID: 826 (code=exited, status=1/FAILURE)
Oct 17 20:51:43 bao-cheng kill[828]: -V, --version output version information and exit
Oct 17 20:51:43 bao-cheng kill[828]: For more details see kill(1).
Oct 17 20:51:43 bao-cheng systemd[1]: Unit halo.service entered failed state.
Oct 17 20:51:43 bao-cheng systemd[1]: halo.service failed.
Oct 17 20:51:43 bao-cheng systemd[1]: halo.service holdoff time over, scheduling restart.
Oct 17 20:51:43 bao-cheng systemd[1]: Stopped halo.service.
Oct 17 20:51:43 bao-cheng systemd[1]: start request repeated too quickly for halo.service
Oct 17 20:51:43 bao-cheng systemd[1]: Failed to start halo.service.
Oct 17 20:51:43 bao-cheng systemd[1]: Unit halo.service entered failed state.
Oct 17 20:51:43 bao-cheng systemd[1]: halo.service failed.
[root@bao-cheng ]# systemctl status halo
求助,启动halo服务后,查看状态显示这个状态,是我JAR_PATH配置出错了吗。🤕