trouble using systemd for autostart in Python/Tkinter on Beaglebone

I am unable to enable a systemd autostart service for a python script on the Beaglebone running Debian Jessie. I am using Tkinter in my script. Here is my unit file code: [Unit] Description=Startu...