Call inkplate-display directly instead of through herd
It doesn't seem to be running correctly at night, so maybe calling it directly will work better than calling it through ‘herd’.
This commit is contained in:
parent
65c5ef5c7f
commit
16fae84dc0
1 changed files with 2 additions and 2 deletions
|
@ -51,9 +51,9 @@
|
||||||
(define (home-inkplate-display-mcron-service config)
|
(define (home-inkplate-display-mcron-service config)
|
||||||
(list #~(job '(next-day)
|
(list #~(job '(next-day)
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(system* "herd" "start" "inkplate-display"))
|
(system* #$(file-append inkplate-display "/bin/inkplate-display")))
|
||||||
;; "herd start inkplate-display"
|
;; "herd start inkplate-display"
|
||||||
"Get new email and process it via the Notmuch hook scripts.")))
|
"Update my Inkplate display.")))
|
||||||
|
|
||||||
(define home-inkplate-display-service-type
|
(define home-inkplate-display-service-type
|
||||||
(service-type
|
(service-type
|
||||||
|
|
Loading…
Reference in a new issue