Update bash_history-42-neu
This commit is contained in:
@@ -45,7 +45,21 @@ nano /boot/config.txt
|
||||
#dtparam=act_led_trigger=none
|
||||
#dtparam=act_led_activelow=off
|
||||
|
||||
|
||||
sudo nano /lib/systemd/system/audiorakete.service
|
||||
[Unit]
|
||||
Description=audiorakete
|
||||
After=volumio.service
|
||||
Requires=volumio.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/bin/bash -c 'exec python3.6 /data/INTERNAL/audiorakete/audiorakete.p$
|
||||
User=volumio
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable qudio.service
|
||||
sudo systemctl enable audiorakete.service
|
||||
|
||||
Reference in New Issue
Block a user