On 15.07.2024 12:30, Jan Beulich wrote:
> On 15.07.2024 12:07, Andrew Cooper wrote:
>> I see two options.
>>
>> 1) Activate Systemd by default on Linux now (as it's basically free), or
>> 2) Update CHANGELOG to note this behaviour
>>
>> Personally I think 2 is the better option, because we don't sp
On 15.07.2024 12:07, Andrew Cooper wrote:
> On 15/07/2024 9:11 am, Jan Beulich wrote:
>> On 13.07.2024 15:02, Andrew Cooper wrote:
>>> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote:
Hi,
Something has changed between -rc1 and -rc2 that systemd units are not
installed an
On Mon, Jul 15, 2024 at 11:07:42AM +0100, Andrew Cooper wrote:
> On 15/07/2024 9:11 am, Jan Beulich wrote:
> > On 13.07.2024 15:02, Andrew Cooper wrote:
> >> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote:
> >>> Hi,
> >>>
> >>> Something has changed between -rc1 and -rc2 that systemd units
On 15/07/2024 9:11 am, Jan Beulich wrote:
> On 13.07.2024 15:02, Andrew Cooper wrote:
>> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote:
>>> Hi,
>>>
>>> Something has changed between -rc1 and -rc2 that systemd units are not
>>> installed anymore by default.
>>>
>>> Reproducer:
>>>
>>>
On 13.07.2024 15:02, Andrew Cooper wrote:
> On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote:
>> Hi,
>>
>> Something has changed between -rc1 and -rc2 that systemd units are not
>> installed anymore by default.
>>
>> Reproducer:
>>
>> ./configure --prefix=/usr
>> make dist-tools
>>
On 13/07/2024 3:45 am, Marek Marczykowski-Górecki wrote:
> Hi,
>
> Something has changed between -rc1 and -rc2 that systemd units are not
> installed anymore by default.
>
> Reproducer:
>
> ./configure --prefix=/usr
> make dist-tools
> ls dist/install/usr/lib/systemd/system
>
> It does
Hi,
Something has changed between -rc1 and -rc2 that systemd units are not
installed anymore by default.
Reproducer:
./configure --prefix=/usr
make dist-tools
ls dist/install/usr/lib/systemd/system
It does work, if I pass --enable-systemd to ./configure.
My guess is the actual cha