Samuel Thibault writes:
> Mario Lang, le Thu 27 Aug 2015 11:04:27 +0200, a écrit :
>> if making it the default would have any unwanted side effects.
>
> I would consider that a bug that shall be fixed in systemd.
>
>> Question is, shall we list all directories relevant to BRLTTY in
>> RequiresMou
Shérab writes:
> Mario Lang (2015/08/27 11:04 +0200):
>> Perfect. The question that remains is, if mounting /var to a separate
>> partition is common enough to make RequiresMountsFor=/var the default in
>> brltty.service, or, if making it the default would have any unwanted
>> side effects. sys
Mario Lang (2015/08/27 11:04 +0200):
> Perfect. The question that remains is, if mounting /var to a separate
> partition is common enough to make RequiresMountsFor=/var the default in
> brltty.service, or, if making it the default would have any unwanted
> side effects. systemd makes it easy enou
Mario Lang, le Thu 27 Aug 2015 11:04:27 +0200, a écrit :
> if making it the default would have any unwanted side effects.
I would consider that a bug that shall be fixed in systemd.
> Question is, shall we list all directories relevant to BRLTTY in
> RequiresMountsFor=? Or just all the top-level
On 27-8-2015 10:00, Mario Lang wrote:
> Dave Mielke writes:
>
>> [quoted lines by Samuel Thibault on 2015/08/26 at 02:09 +0200]
>>
>> P.S.: I am actually a bit disapointed about the udev/systemd
>> integration. I was kind of expecting a .usb unit that would just let
>> us list a number of USB IDs,
Shérab writes:
> Dear Mario, dear all,
>
> Mario Lang (2015/08/26 11:59 +0200):
>> That sounds like is could work. Shérab, could you please try the
>> following:
>>
>> # mkdir /etc/systemd/system/brltty.service.d
>> # cat > [Unit]
>> RequiresMo
Dave Mielke writes:
> [quoted lines by Samuel Thibault on 2015/08/26 at 02:09 +0200]
>
>>Apparently, udev rules can be made to start a systemd service with
>>ENV{SYSTEMD_WANTS}="brltty.service"
>
> Would we still need two udev.rules files - one to have systemd start brltty,
> and one to have ude
Lee Maschmeyer, le Wed 26 Aug 2015 20:55:17 -0400, a écrit :
> I too am confused. I install brltty into Cygwin (32 bit) by pulling the
> latest source from Git and doing:
>
> ./autogen && ./configure -q --disable-java-bindings && make -s
> rm -fr /etc/brltty && make -s uninstall && make -s install