Add new file

This commit is contained in:
Reese
2019-07-28 20:45:36 -04:00
parent 5891e70936
commit bd1c2eff7e

10
autoload.service Normal file
View File

@@ -0,0 +1,10 @@
[Unit]
Description=My Miscellaneous Service
After=network.target
[Service]
Type=simple
ExecStart=/home/pi/autoflash/flash.py
[Install]
WantedBy=multi-user.target