mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
services: home-noctalia-shell: Set log file.
* modules/rosenthal/services/desktop.scm (%home-noctalia-shell-shepherd) [start]: Set log file.
This commit is contained in:
parent
b1f25b0893
commit
4f9123400b
@ -318,9 +318,11 @@ compositor.")))
|
|||||||
(list (shepherd-service
|
(list (shepherd-service
|
||||||
(documentation "Start noctalia-shell.")
|
(documentation "Start noctalia-shell.")
|
||||||
(provision '(noctalia-shell))
|
(provision '(noctalia-shell))
|
||||||
|
(modules '((shepherd support)))
|
||||||
(start
|
(start
|
||||||
#~(make-forkexec-constructor
|
#~(make-forkexec-constructor
|
||||||
(list #$(file-append noctalia-shell "/bin/noctalia-shell"))))
|
(list #$(file-append noctalia-shell "/bin/noctalia-shell"))
|
||||||
|
#:log-file (in-vicinity %user-log-dir "noctalia-shell.log")))
|
||||||
(stop #~(make-kill-destructor))))))
|
(stop #~(make-kill-destructor))))))
|
||||||
|
|
||||||
(define home-noctalia-shell-service-type
|
(define home-noctalia-shell-service-type
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user