Update notes.md

This commit is contained in:
2018-12-23 12:36:17 +00:00
parent fe56b39d86
commit 53e7cc8066
+24
View File
@@ -46,6 +46,30 @@
https://gist.github.com/ivesdebruycker/4b08bdd5415609ce95e597c1d28e9b9e https://gist.github.com/ivesdebruycker/4b08bdd5415609ce95e597c1d28e9b9e
## piplayer als Service
sudo nano /lib/systemd/system/piplayer.service
[Unit]
Description=piplayer
After=volumio.service
Requires=volumio.service
[Service]
Type=simple
ExecStart=/bin/bash -c 'exec python3.6 /home/volumio/piplayer4.py > /tmp/piplayer4.log 2>&1'
User=volumio
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable piplayer.service
sudo reboot
## read-only
---------------------------------------------------------- ----------------------------------------------------------