Having issues getting systemctl to start the shell properly. I can manually start it fine with the shell continuously running. However when I try using systemctl enable openhab, I get the following error when I ping with systemctl status openhab
pi@openhab:~ $ sudo systemctl status openhab
● openhab.service - Starts and stops the openHAB Home Automation Bus
Loaded: loaded (/lib/systemd/system/openhab.service; enabled)
Active: failed (Result: start-limit) since Wed 2016-05-04 02:30:14 UTC; 28s ago
Docs: http://www.openhab.org
Process: 1809 ExecStart=/openhab/start.sh (code=exited, status=255)
Main PID: 1809 (code=exited, status=255)
May 04 02:30:14 openhab systemd[1]: openhab.service: main process exited, code=exited, status=255/n/a
May 04 02:30:14 openhab systemd[1]: Unit openhab.service entered failed state.
May 04 02:30:14 openhab systemd[1]: openhab.service holdoff time over, scheduling restart.
May 04 02:30:14 openhab systemd[1]: Stopping Starts and stops the openHAB Home Automation Bus...
May 04 02:30:14 openhab systemd[1]: Starting Starts and stops the openHAB Home Automation Bus...
May 04 02:30:14 openhab systemd[1]: openhab.service start request repeated too quickly, refusing to start.
May 04 02:30:14 openhab systemd[1]: Failed to start Starts and stops the openHAB Home Automation Bus.
May 04 02:30:14 openhab systemd[1]: Unit openhab.service entered failed state.
Is it starting too quickly in the boot sequence? Does it need a delay or something?