ソースを参照

Restart icecast

Bob Mottram 7 年 前
コミット
0ca44f5eab
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/freedombone-app-icecast

+ 1
- 0
src/freedombone-app-icecast ファイルの表示

@@ -666,6 +666,7 @@ function install_icecast {
666 666
     icecast_update_daemon
667 667
     nginx_ensite icecast
668 668
     systemctl restart nginx
669
+    systemctl restart icecast2
669 670
 
670 671
     APP_INSTALLED=1
671 672
 }