From: Mike Brady Date: Sun, 18 Oct 2015 13:27:21 +0000 (+0100) Subject: Note small .service file bug X-Git-Tag: 2.6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffda1cdaf78d6d94016e46c06d78c766ab56dedb;p=thirdparty%2Fshairport-sync.git Note small .service file bug --- diff --git a/README.md b/README.md index 9ada3453..e32f432d 100644 --- 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`