--- lbbs/.github/workflows/makefile.yml 2025/10/18 12:06:10 1.4 +++ lbbs/.github/workflows/makefile.yml 2025/11/16 13:36:52 1.5 @@ -26,7 +26,7 @@ jobs: run: gcc -v - name: configure - run: ./configure + run: ./configure --enable-systemd - name: Run make run: make V=1