diff --git a/autoload.service b/autoload.service new file mode 100644 index 0000000..a55a871 --- /dev/null +++ b/autoload.service @@ -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 \ No newline at end of file