Update README.md

add daily mpd restart
This commit is contained in:
aouvrard 2018-10-27 13:20:42 +02:00 committed by GitHub
parent 95f9ddce10
commit 17c062f663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,3 +57,11 @@ pi@raspberrypi:~ $ crontab -e
# Sing-Sing le soir à 19h # Sing-Sing le soir à 19h
10 19 * * * mpc play 2 10 19 * * * mpc play 2
``` ```
To avoid write error on disk, restart mdp every day
```console
root@raspberrypi:~ $ crontab -e
```
```bash
00 04 * * * service mpd restart
```