considering changing /etc/systemd/system/squishbox.service unit file to get <7s start time
#After=multi-user.target
After=local-fs.target

setting up in debian buster
sudo apt-get update/upgradesudo apt-get install fluidsynthsudo apt-get build-dep fluidsynth --no-install-recommends; mkdir build; cmake ..; makesudo apt-get install nginx; sudo apt-get install php-fpm; edit /etc/nginx/sites-enabled/defaultclient_max_body_size 900M;<br>in /etc/php/7.0/fpm/php.ini:memory_limit = 32M?<br>upload_max_filesize = 900M<br>post_max_size = 999Msudo apt-get install python3-pipsudo apt-get autoremovesudo apt-get cleansudo pip3 install oyaml RPi.GPIO RPLCD midodtoverlay=hifiberry-dac and #dtparam=audio=on to /boot/config.txtchmod a+x squishbox.pysudo usermod -a -G audio pi@audio - rtprio 80<br>@audio - memlock unlimitedchmod -R g+rw /home/piumask 0002 to [Service][Unit]<br>Description=SquishBox<br>After=multi-user.target [Service]<br>Type=simple<br>ExecStart=/home/pi/squishbox.py<br>User=root<br>WorkingDirectory=/home/pi<br>Restart=on-failure [Install]<br>WantedBy=multi-user.target<br>sudo systemctl enable squishbox.service<br>sudo systemctl daemon-reload<br>sudo systemctl start squishbox.serviceuse piShrink to shrink/autoreexpand images https://github.com/Drewsif/PiShrink