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.
I figure out a solution for this , simply I created a user "fisheye" then I execute the command
I hope that can help anyone who face this situation.