Hi, "pelzflorian (Florian Pelz)" skribis: > On Sun, Apr 12, 2020 at 12:11:52AM +0300, Efraim Flashner wrote: >> > (respawn? #f) >> > (one-shot? #t)))) >> >> You don't need both of these lines. If it's a one-shot service then it >> shouldn't respawn when it finishes, just when something else needs it >> again. > > Thank you. Maybe I should push the attached patch? > > Regards, > Florian > > From e16a277d1ec1afa14dede7bac0307b12603ebebd Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Sun, 12 Apr 2020 11:08:28 +0200 > Subject: [PATCH] services: kernel-module-loader: Clean up. > > Suggested by Efraim Flashner . > See . > > * gnu/services/linux.scm (kernel-module-loader-shepherd-service): > Remove unneeded 'respawn?' field. Yes, you can push it to ‘version-1.1.0’, which we’ll eventually merge to ‘master’. Also feel free to adjust the comment about vga= there. Thanks for testing on your machines! Ludo’.