roonをubuntuにインストールするには、下記のコマンドを

sudo apt-get install ffmpeg

sudo apt install cifs-utils

sudo apt install curl

 

ダウンロードしたlinuxx64.shのあるディレクトリに行って

chmod +x roonserver-installer-linuxx64.sh

以上の後、ipadでroonが見られるのでipadで別のcoreを選択して、設定ができる。

 

Linux(ubuntu20)でroonを自動起動するには、systemctlコマンドを使う。

現在起動しているサービスの確認

systemctl list-units-files

これでroonserver.serviceがenableになっているか確認して、

自動起動設定

systemctl enable roonserver.service

enable以外にもreloadやstopなども有。

起動確認は

systemctl list-unit-files | grep roonserver.service

以上。

こちらのサイトに詳細が詳しい。