Browse Source

[icecast] Fix share path

Colin Powell 3 years ago
parent
commit
98c271434c
1 changed files with 4 additions and 4 deletions
  1. 4 4
      ansible/roles/icecast/templates/icecast.xml.j2

+ 4 - 4
ansible/roles/icecast/templates/icecast.xml.j2

@@ -196,14 +196,14 @@
 
     <paths>
         <!-- basedir is only used if chroot is enabled -->
-        <basedir>/usr/share/icecast2</basedir>
+        <basedir>/usr/share/icecast</basedir>
 
         <!-- Note that if <chroot> is turned on below, these paths must both
              be relative to the new root, not the original root -->
         <logdir>/var/log</logdir>
-        <webroot>/usr/share/icecast2/web</webroot>
-        <adminroot>/usr/share/icecast2/admin</adminroot>
-        <!-- <pidfile>/usr/share/icecast2/icecast.pid</pidfile> -->
+        <webroot>/usr/share/icecast/web</webroot>
+        <adminroot>/usr/share/icecast/admin</adminroot>
+        <pidfile>/var/run/icecast.pid</pidfile>
 
         <!-- Aliases: treat requests for 'source' path as being for 'dest' path
              May be made specific to a port or bound address using the "port"