Ошибка запуска nodebb.service с ошибкой. Время удержания службы истекло, планирование перезапуска
Я следую инструкциям ниже, чтобы настроить мою среду NodeBB setup
И когда я пытаюсь запустить его в качестве службы, ниже сообщение показывает
service nodebb status
● nodebb.service - NodeBB forum Documentation=http://nodebb.readthedocs.io/en/latest/
Loaded: loaded (/lib/systemd/system/nodebb.service; enabled; vendor preset: enabled)
Active: inactive (dead) since Sun 2017-10-15 23:11:50 UTC; 1min 26s ago
Process: 11592 ExecStart=/usr/bin/node loader.js –no-daemon –no-silent (code=exited, status=0/SUCCESS)
Main PID: 11592 (code=exited, status=0/SUCCESS)
Oct 15 23:11:50 instance-ubuntu1604 systemd[1]: nodebb.service: Service hold-off time over, scheduling restart.
Oct 15 23:11:50 instance-ubuntu1604 systemd[1]: Stopped NodeBB forum Documentation=http://nodebb.readthedocs.io/en/latest/.
Oct 15 23:11:50 instance-ubuntu1604 systemd[1]: nodebb.service: Start request repeated too quickly.
Oct 15 23:11:50 instance-ubuntu1604 systemd[1]: Failed to start NodeBB forum Documentation=http://nodebb.readthedocs.io/en/latest/.
Ниже мой файл nodebb.service
[Unit]
Description=NodeBB forum Documentation=http://nodebb.readthedocs.io/en/latest/
After=system.slice multi-user.target
[Service]
Type=simple
User=liangren64
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nodebb
Environment=NODE_ENV=production
WorkingDirectory=/home/liangren64/nodebb
ExecStart=/usr/bin/node loader.js –no-daemon –no-silent
Restart=always
[Install]
WantedBy=multi-user.target
Обратите внимание, что когда я запускаю nodebb вручную, все хорошо
liangren64@instance-ubuntu1604:~/nodebb$ ./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
"./nodebb restart" to restart NodeBB
так что я не думаю, что это проблема nodebb, я думаю, что-то не так с моим nodebb.service, но я не профессионал с systmd, так что если кто-то со знаниями, пожалуйста, помогите мне