From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:02:10 +0000 (+0000) Subject: Add another file to look for and delete when cleaning up. X-Git-Tag: 4.1.1~2^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de44134991ec89458a887944e86e08fe74ad4b60;p=thirdparty%2Fshairport-sync.git Add another file to look for and delete when cleaning up. --- diff --git a/BUILD.md b/BUILD.md index 6db01e3f..527a41a3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -23,8 +23,9 @@ Do this until no more copies of `shairport-sync` are found. You should also remove any of the following service files that may be present: * `/etc/systemd/system/shairport-sync.service` * `/etc/systemd/user/shairport-sync.service` +* `/lib/systemd/system/shairport-sync.service` * `/lib/systemd/user/shairport-sync.service` -* `/etc/init.d/shairport-sync` +* `/etc/init.d/shairport-sync` New service files will be installed if necessary at the `# make install` stage. #### Reboot after Cleaning Up