[Unit] Description=Hello World After=multi-user.target [Service] Type=simple WorkingDirectory=/home/karl/hello-service ExecStart=/usr/bin/python /home/pi/hello_world.py Restart=on-abort [Install] WantedBy=multi-user.target