documentation
This commit is contained in:
+6
-14
@@ -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
|
||||
#####
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user