mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 13:58:05 +00:00
12 lines
214 B
SYSTEMD
12 lines
214 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=mopidy --config %E/mopidy/mopidy.conf
|
||
|
|
||
|
[Unit]
|
||
|
After=network.target
|
||
|
After=sound.target
|
||
|
Description=mopidy music player daemon
|
||
|
Documentation=https://mopidy.com/
|