Add systemd service file
Copied from Debian package
This commit is contained in:
parent
7d443c6cda
commit
243bf4acbc
16
extra/systemd/mopidy.service
Normal file
16
extra/systemd/mopidy.service
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Mopidy music server
|
||||||
|
After=avahi-daemon.service
|
||||||
|
After=dbus.service
|
||||||
|
After=network.target
|
||||||
|
After=nss-lookup.target
|
||||||
|
After=pulseaudio.service
|
||||||
|
After=remote-fs.target
|
||||||
|
After=sound.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=mopidy
|
||||||
|
ExecStart=/usr/bin/mopidy --config /usr/share/mopidy/conf.d:/etc/mopidy/mopidy.conf
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
Loading…
Reference in New Issue
Block a user