mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
adding a rc-local like service
This commit is contained in:
parent
a8cef196af
commit
5055d2ba28
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@
|
|||
(define-record-type* <rc-local-configuration>
|
||||
rc-local-configuration make-rc-local-configuration
|
||||
rc-local-configuration?
|
||||
(config-file rc-local-configuration-config-file ; string
|
||||
(config-file rc-local-config-file ; string
|
||||
(default %default-rc-local-conf)
|
||||
)
|
||||
)
|
||||
|
||||
(define rc-local-service
|
||||
(match-lambda
|
||||
(($ <rc-local-configuration> rc-local arguments logflags log-file pid-file config-file schema-dir)
|
||||
(($ <rc-local-configuration> config-file)
|
||||
(list
|
||||
(shepherd-service
|
||||
(provision '(rc-local) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue