mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
17 lines
366 B
Desktop File
17 lines
366 B
Desktop File
[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=__APP__
|
|
PermissionsStartOnly=true
|
|
ExecStart=__INSTALL_DIR__/venv/bin/__APP__ --config __INSTALL_DIR__/__APP__.conf
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|