"Enabling" appdaemon for the first time

Hello there, again.

On my main Hass server, i try to “enable” the appdaemon.

I got stuck on two seperate part.

Manually starting the appdaemon:

~/.homeassistant$ appdaemon -c appdaemon/conf/appdaemon.cfg

2016-12-03 03:24:00.900194 INFO AppDaemon Version 1.3.6 starting
2016-12-03 03:24:06.012960 INFO Got initial state
2016-12-03 03:24:06.013391 INFO App initialization complete

Theres no hello world stuff in it. :confused:

Autostarting it on boot:

sudo systemctl status appdaemon.service

File "/usr/local/bin/appdaemon", line 11, in <module>
load_entry_point('appdaemon==1.3.6', 'console_scripts', 'appdaemon')()
File "/usr/local/lib/python3.5/dist-packages/appdaemon/appdaemon.py", line 918, in main
config_file = find_path("appdaemon.cfg")
File "/usr/local/lib/python3.5/dist-packages/appdaemon/appdaemon.py", line 863, in find_path
raise ValueError("{} not specified and not found in default locations".format(name))
ValueError: appdaemon.cfg not specified and not found in default locations
appdaemon.service: Main process exited, code=exited, status=1/FAILURE
appdaemon.service: Unit entered failed state.
appdaemon.service: Failed with result 'exit-code'.

Any help would be appreciated!

i think that you havent edited the cfg file right.
it should have the right path for your apps and the init part for the hello app and the name appdaemon.cfg