Hi Arnaud!

Arnaud Rebillout <arna...@kali.org>,
26/02/2021 – 16:39:41 (+0700):

> Hence I believe that the line:
> 
>   if [ -x "$(command -v systemctl)" ]; then
> 
> Should be replaced by:
> 
>   if [ -d /run/systemd/system ]; then
I am not sure that this is what we want here. Indeed, doing this would
lead to the execution of `invoke-rc.d mariadb restart` in your
particular case (but you are using systemd not sysv init). Or I am
missing something?

Could point me to the steps in your CI where this happen so I can try to
reproduce it?

-- 
Faustin Lammler
GPG: F652 BCD1 1AA8 8975 F010 48A5 390A 2F27 832A 5C79

Attachment: signature.asc
Description: PGP signature

Reply via email to