> That’s one way do do it. > > Another one would be to write an avrispmkii service that would extend > ‘udev-service-type’ by passing it its rule (and maybe it could do other > useful things as well?) I did this first but then it seemed overly complicated when there already is a service that does almost exactly what I want. But in more complicated cases it may make sense to add a new service. I really like how straight forward this new service composition feature is! >> From 46091d6045443a1bedbd1ca37e8ac31c1399d551 Mon Sep 17 00:00:00 2001 >> From: Ricardo Wurmus >> Date: Wed, 18 Nov 2015 12:17:42 +0100 >> Subject: [PATCH] services: Export udev-configuration procedures. >> >> * gnu/services/base.scm (udev-configuration, udev-configuration?, >> udev-configuration-rules): Export. > > Good idea indeed. OK! Pushed! Thanks! ~~ Ricardo