From: Ian Jackson Date: Mon, 9 Jan 2023 23:39:39 +0000 (+0000) Subject: adt-full: Use /etc/init.d/ to start services X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=2c44e7af7023a17c7d906e79d9ed6e9859fcebc3;p=hippotat.git adt-full: Use /etc/init.d/ to start services In CI, the systemd stuff seems to be present, which means that the in the namespace, the scripts don't start because there's no systemd ? I think ? Signed-off-by: Ian Jackson --- diff --git a/adt/acommon b/adt/acommon index a8f96e7..7d4c1cf 100644 --- a/adt/acommon +++ b/adt/acommon @@ -152,8 +152,8 @@ setup-host () { in- $cs apt-mark auto $unwanted_deps in- $cs apt-get -y autoremove - in- $cs service userv start - in- $cs service rsyslog start + in- $cs /etc/init.d/userv start + in- $cs /etc/init.d/rsyslog start configure $cs diff --git a/adt/adt-full b/adt/adt-full index f23ce51..764c1e7 100755 --- a/adt/adt-full +++ b/adt/adt-full @@ -13,7 +13,7 @@ setup-pair in- server sh -x /etc/init.d/userv start -in- server service hippotatd restart +in- server /etc/init.d/hippotatd restart in-ns-await-up server 192.0.2.1