mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Copie la configuration
This commit is contained in:
parent
defaad83f5
commit
801d377b3d
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessi
|
|||
sudo apt-get update
|
||||
sudo apt-get install -y mopidy
|
||||
|
||||
# Copy configuration
|
||||
sudo ../conf/mopidy.conf /root/.config/mopidy/
|
||||
|
||||
# Running Mopidy as a service
|
||||
sudo mopidy local scan
|
||||
sudo systemctl enable mopidy
|
||||
|
|
Loading…
Add table
Reference in a new issue