mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-02-01 04:58:04 +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/
|