From 9ec83c9ee0dc6bab60e722f83e76ade4369a0afc Mon Sep 17 00:00:00 2001 From: Ludovic <54670129+lbr38@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:02:56 +0200 Subject: [PATCH] patch --- .github/workflows/packaging/rpm/spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/packaging/rpm/spec b/.github/workflows/packaging/rpm/spec index a94d895..36f4b0d 100644 --- a/.github/workflows/packaging/rpm/spec +++ b/.github/workflows/packaging/rpm/spec @@ -30,12 +30,13 @@ if [ -f "/etc/linupdate/linupdate.yml" ];then fi # Only if systemd is installed (not the case on github runners) -if [ -f "/usr/bin/systemctl" ];then - # Stop service if started - if /usr/bin/systemctl is-active --quiet linupdate;then - /usr/bin/systemctl stop --quiet linupdate - fi -fi +# TODO: service is not working for now +# if [ -f "/usr/bin/systemctl" ];then +# # Stop service if started +# if /usr/bin/systemctl is-active --quiet linupdate;then +# /usr/bin/systemctl stop --quiet linupdate +# fi +# fi %install # Copy local files to the rpm build directory