documentation

This commit is contained in:
2024-08-20 20:03:11 +00:00
parent 65e7f9e24e
commit c80b969453
+6 -14
View File
@@ -1,4 +1,4 @@
#####
##### SETUP
# # enable ssh at http://volumio.local/dev
#
# # fix sources https://forums.raspberrypi.com/viewtopic.php?t=320294#p1918001
@@ -11,20 +11,12 @@
#
# nano volumio-control.py # s.u.
#
# sudo nano /etc/systemd/system/startup-commands.service
# # [Unit]
# # After = network-online.target
# # Wants = network-online.target
# #
# # [Service]
# # Type = oneshot
# # RemainAfterExit = yes
# # ExecStart = 'python3 /home/volumio/volumio-control.py >> /home/volumio/volumio-control.log 2>&1 &'
# #
# # [Install]
# # WantedBy = multi-user.target
# sudo nano /etc/rc.local
# # su volumio -c 'sleep 20 && python3 /home/volumio/volumio-control.py >> /home/volumio/volumio-control.log 2>&1 &'
#
# systemctl enable startup-commands.service
# sudo reboot
#
# ps aux | grep python
#####