From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:05:31 +0000 (+0100) Subject: Fix for building for System V. X-Git-Tag: 4.1-rc2~1^2~32^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521e97ad414ac1062b8aaeb5bb48ab2e2200b4b8;p=thirdparty%2Fshairport-sync.git Fix for building for System V. --- diff --git a/.github/workflows/check_ap2_systemv_full.yml b/.github/workflows/check_ap2_systemv_full.yml index 420ca860..f1b7216c 100644 --- a/.github/workflows/check_ap2_systemv_full.yml +++ b/.github/workflows/check_ap2_systemv_full.yml @@ -25,6 +25,9 @@ jobs: sudo make install - name: Invoke run: | - ls -al /etc/init.d/ + sudo /etc/init.d/shairport-sync start sleep 2 + - name: Terminate + run: | + sudo /etc/init.d/shairport-sync stop