0


I'm working on making fisheye work as a service, I folowed this link: https://confluence.atlassian.com/fishkb/how-to-start-fisheye-and-crucible-at-boot-time-223216848.html
I change the $FISHEYE_HOME that contains fisheyectl.sh
But when running th service i got this:

fisheye systemd[1]: Stopped fisheye.service.
fisheye systemd[1]: Starting fisheye.service...
fisheye fisheye[3788]: No passwd entry for user 'fisheye'
fisheye systemd[1]: Started fisheye.service.

The service is not ruunig now and i don't know why ? Any solution for this issue.

Baini.Marouane
  • 579
  • 2
  • 8
  • 18

1 Answers1

0


I figure out a solution for this , simply I created a user "fisheye" then I execute the command

  chown -R fisheye:fisheye /home/user/Downloads/fisheye
  chown -R fisheye:fisheye /home/user/fisheye

I hope that can help anyone who face this situation.

Baini.Marouane
  • 579
  • 2
  • 8
  • 18