From 2c44e7af7023a17c7d906e79d9ed6e9859fcebc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Jan 2023 23:39:39 +0000 Subject: [PATCH] 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 --- adt/acommon | 4 ++-- adt/adt-full | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.30.2