blob: bf426522625b7182f6056e8284f1835d09971907 [file] [log] [blame]
James Kuszmaul2d8fa2a2020-03-01 13:51:50 -08001[Unit]
2Description=Start up 971 robot code
3
4[Service]
5Type=oneshot
6ExecStart=su pi -c /home/pi/robot_code/starter.sh
7
8[Install]
9WantedBy=multi-user.target