mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding a rc-local like service
This commit is contained in:
parent
5055d2ba28
commit
3242d7ca22
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@
|
||||||
(start #~(make-forkexec-constructor
|
(start #~(make-forkexec-constructor
|
||||||
(list
|
(list
|
||||||
#$(file-append bash "/bin/bash")
|
#$(file-append bash "/bin/bash")
|
||||||
#$config-file
|
"-l"
|
||||||
|
"-c" #$config-file
|
||||||
)
|
)
|
||||||
))
|
))
|
||||||
(stop #~(make-kill-destructor))
|
(stop #~(make-kill-destructor))
|
||||||
|
|
Loading…
Add table
Reference in a new issue