]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Referenced shebang in shairport-sync.conf
authorNiklas Janz <niklas@janz.online>
Sun, 4 Feb 2018 17:13:24 +0000 (18:13 +0100)
committerNiklas Janz <niklas@janz.online>
Sun, 4 Feb 2018 17:13:24 +0000 (18:13 +0100)
scripts/shairport-sync.conf

index 1a2dccb1954b916ff087f19a0e9a8efd6a95b609..02c81e39a652a45934f4da395ecef50bbe32d14e 100644 (file)
@@ -51,8 +51,8 @@ general =
 // Advanced parameters for controlling how a Shairport Sync runs
 sessioncontrol = 
 {
-//     run_this_before_play_begins = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the #!... stuff on the first line
-//     run_this_after_play_ends = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the #!... stuff on the first line
+//     run_this_before_play_begins = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the shebang (#!/bin/...) on the first line
+//     run_this_after_play_ends = "/full/path/to/application and args"; // make sure the application has executable permission. If it's a script, include the shebang (#!/bin/...) on the first line
 //     wait_for_completion = "no"; // set to "yes" to get Shairport Sync to wait until the "run_this..." applications have terminated before continuing
 //     allow_session_interruption = "no"; // set to "yes" to allow another device to interrupt Shairport Sync while it's playing from an existing audio source
 //     session_timeout = 120; // wait for this number of seconds after a source disappears before terminating the session and becoming available again.