Hi Steve
I did not follow the discussion, but it seems you want to list all packages
that have startup scripts. You may use apt-file to search for package
contents:
apt-file search /etc/init.d/
-> this gives all packages that install scripts in /etc/init.d
And you might be able to find the packages that already have a runit script
aswell:
apt-file search /usr/share/runit/meta/
Since I don't know runit, that might be not the right place to look for, it's
just to give you an idea.
Regards, Adrian.
In der Nachricht vom Sunday, 6 August 2023 00:16:34 CEST schrieb Steve Litt:
> Hi all,
>
[...]