Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run the Systemd Service Generator in Debug mode

If the output of the command systemctl cat following commands is:-

Code Block
$> systemctl daemon-reload
$> systemctl cat dm-mettleci-workbench.service

...


No files found for dm-mettleci-workbench.service

Execute the following:-

$> systemctl daemon-reload

followed by:-

Code Block
$> SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd/system-generators/systemd-sysv-generator /run/systemd/generator /run/systemd/generator.early /run/systemd/generator.late
Cannot find unit DFDServer.service.
Cannot find unit ODFEngine.service.
Cannot find unit dm-mettleci-workbench.service.
Cannot find unit ISFAgents.service.
Native unit for filebeat.service already exists, skipping.
Ignoring S98filebeat symlink in rc2.d, not generating filebeat.service.
Ignoring S98filebeat symlink in rc3.d, not generating filebeat.service.
Ignoring S98filebeat symlink in rc4.d, not generating filebeat.service.
Ignoring S98filebeat symlink in rc5.d, not generating filebeat.service.
Loading SysV script /etc/rc.d/init.d/ODFEngine
Loading SysV script /etc/rc.d/init.d/dm-mettleci-workbench
Loading SysV script /etc/rc.d/init.d/ISFAgents
Loading SysV script /etc/rc.d/init.d/DFDServer

The output should help identify any issues with generating the Systemd Service.

Windows

Use the Windows Services Manager to verify that the service is installed correctly and configured to auto-start on host reboot.

...