Merge branch 'devel' into 'main'

add udev dependancy to rc-local service

See merge request glicid-public/guix-glicid!296
This commit is contained in:
Yann Dupont 2023-06-30 07:37:20 +00:00
commit e968aef6b1
2 changed files with 60 additions and 1 deletions

View file

@ -31,7 +31,7 @@
(shepherd-service
(provision '(rc-local))
(documentation "Run rc-local.")
(requirement '(user-processes))
(requirement '(user-processes udev))
(respawn? #f)
(one-shot? #t)
(start #~(make-forkexec-constructor