mopidy.service 234 B

12345678910111213
  1. [Unit]
  2. Description=Mopidy Server
  3. [Service]
  4. Type=simple
  5. Restart=always
  6. RestartSec=10
  7. ExecStart= %h/projects/CronAlarm/scripts/mopidy-init.sh
  8. # No hardening since Mopidy has to load plugins and such
  9. [Install]
  10. WantedBy=default.target