Hello
I cant get the mopidy service working. When just running the mopidy command, i can see the link towards IRIS on 192.168.0.108:6680.
When using the service, i cant see it.
Is there some documentation where i can solve this issue?
service status:
pi@raspberrypi:/etc/mopidy $ sudo service mopidy status
● mopidy.service - Mopidy music server
Loaded: loaded (/lib/systemd/system/mopidy.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Jan 02 14:36:52 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Starting GLib mainloop
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands GLib mainloop got SIGTER
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Stopping Mopidy frontend
Jan 02 14:37:20 raspberrypi systemd[1]: Stopping Mopidy music server…
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Stopping Mopidy core
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Stopping Mopidy backends
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Stopping Mopidy audio
Jan 02 14:37:20 raspberrypi mopidy[3156]: INFO [MainThread] mopidy.commands Stopping Mopidy mixer
Jan 02 14:37:21 raspberrypi systemd[1]: mopidy.service: Succeeded.
Jan 02 14:37:21 raspberrypi systemd[1]: Stopped Mopidy music server.
Mopidy command
Kurt