Update README.md
add daily mpd restart
This commit is contained in:
parent
95f9ddce10
commit
17c062f663
@ -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
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user