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 <ijackson@chiark.greenend.org.uk>
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
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