]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Note small .service file bug
authorMike Brady <mikebrady@eircom.net>
Sun, 18 Oct 2015 13:27:21 +0000 (14:27 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 18 Oct 2015 13:27:21 +0000 (14:27 +0100)
README.md

index 9ada34538512fd9751edfed072c4c8b7e1c7eb5a..e32f432d759c3ec5be73a361d401639df976dbb1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -198,9 +198,11 @@ Next, enter:
 $sudo make install
 ```
 
-to install `shairport-sync` along with a `man` page, a default configuration file and some `systemd` startup configuration files to launch it automatically at system startup.
+to install `shairport-sync` along with a `man` page, a default configuration file and a `systemd` configuration file called `shairport-sync.service` to launch it automatically at system startup.
 
-To enable Shairport Sync to start automatically at system startup, enter:
+Note: there is a small bug in `shairport-sync.service` which you should now fix: change the line `ExecStart=/usr/bin/shairport-sync` to `ExecStart=/usr/local/bin/shairport-sync`. This bug will be fixed in the next update.
+
+Next, having fixed that bug, to enable Shairport Sync to start automatically at system startup, enter:
 
 `$sudo systemctl enable shairport-sync`