Raspberry Pi and homeassistant.stop

Hello, moved my whole system to a raspberry pi 3 today. Did not have any luck with the all in one installer but the manual installer in the virtual environment works okay. I am not an expert on pi’s so I just run source /srv/homeassistant/homeassistant_venv/bin/activate from the homeassistant user and then run hass I am able to connect and it seems to run perfectly. I even synced it with Github to update files and restart. The only problem is with the stop service from the homeassistant services. It detects it on the console but doesnt seem to stop after. This is since it detects the service: > INFO:homeassistant.core:Bus:Handling <Event call_service[L]: service_data=, service_call_id=1978823152-4, domain=homeassistant, service=stop>
> INFO:homeassistant.core:Bus:Handling <Event service_executed[L]: service_call_id=1978823152-4>
> INFO:homeassistant.core:Bus:Handling <Event homeassistant_stop[L]>
> INFO:pubnubsubhandler:PubNub unsubscribing
> INFO:pubnubsubhandler:PubNub disconnected (lost internet?)

Any idea? Thank you, I hate using Control + C