Cd.service fails to start

Please do check for other reports/issues to avoid duplicates! -->

Prerequisites

Volumio Information

Volumio Version: 2.779
Hardware: RasPi-3
DAC:

Debug Log

systemctl status cd.service
journalctl -u cd.service

Jun 14 06:54:44 volumio systemd[1]: Started cd.service.
Jun 14 06:54:45 volumio volumio[611]: /bin/bash: /volumio/app/plugins/music_service/cd_controller/cd.sh: No such file or directory
Jun 14 06:54:46 volumio systemd[1]: cd.service: main process exited, code=exited, status=127/n/a
Jun 14 06:54:46 volumio systemd[1]: Unit cd.service entered failed state.
Jun 14 06:54:46 volumio systemd[1]: cd.service holdoff time over, scheduling restart.
Jun 14 06:54:46 volumio systemd[1]: Stopping cd.service...

Steps to Reproduce

  1. Reboot VolumIO
  2. systemctl status

Additional Information

cd.service fails to start because there is no file /volumio/app/plugins/music_service/cd_controller/cd.sh - I have no (external) CD device connected to my RasPi. Maybe add ConditionPathExists= to only start that unit if the file exists (it it is generated dynamically)