Author: Olaf Meeuwissen Date: To: Hendrik Boom CC: dng Subject: Re: [DNG] Excaliber
Hi,
Hendrik Boom <hendrik@???> writes:
> On Thu, Oct 09, 2025 at 08:44:09PM +0900, Olaf Meeuwissen via Dng wrote:
>> Hi,
>>
>> golinux via Dng <dng@???> writes:
> ...
>> >
>> > If you would like to be crowned the "Devuan Systemd Janitor" and take
>> > on removing all those useless files, please contact the Devuan Dev
>> > Team on our development channels.
>>
>> For a Devuan Systemd Janitor on steroids, you could use dpkg's
>> path-exclude option.
>>
>> echo "path-exclude=*systemd*" > /etc/dpkg/dpkg.cfg.d/exclude-systemd.cfg
>> find / -name '*systemd*' -delete
>
> Isn't there a library with 'systemd' in its name that is there
> just so that other packages that are systemd-capable have
> somewhere to link to so they can run discoer there's no
> systemd here, and work fiin without?
You mean libsystemd, I guess. Yeah, you might need that.
> I might be important no to deete this one.
Like I said,
>> The dpkg manual page warns about the option and advises to use it with
>> caution so if that breaks your system, you get to keep the pieces.
But my main suggestion was that you can use dpkg's path-exclude
mechanism to keep systemd "cruft" off your system if it bothers
you enough to go that distance.