Yes.. Another 2.1 upgrade issue... (can't launch in service )

Hi , I search on the forum and didn’t see any one with the same issue…

the service didn’t seems to work… If I start openhab manually it work !

this is the status off the service

openhab2.service - openHAB 2 - empowering the smart home
Loaded: loaded (/usr/lib/systemd/system/openhab2.service; enabled)
Active: active (running) since Sun 2017-07-16 16:32:06 EDT; 2s ago
Docs: http://docs.openhab.org
https://community.openhab.org
Process: 1950 ExecStop=/usr/share/openhab2/runtime/bin/stop (code=exited, status=1/FAILURE)
Main PID: 2117 (karaf)
CGroup: /system.slice/openhab2.service
├─2117 /bin/bash /usr/share/openhab2/runtime/bin/karaf server
└─2268 /usr/bin/java -Dopenhab.home=/usr/share/openhab2 -Dopenhab.conf=/etc/openhab2 -Dopenhab.runt…

any openhab.log entries?

The status part has been missed off there. From that snippet it looks like everything is fine (Execstop hasn’t run yet so you can ignore the specific failure) .

sudo systemctl status openhab2 should give you the full picture. Otherwise, this is a permissions issue. (all openhab folders should be owned by whatever is set in the openhab.service file)