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:
Tom Willemse 2024-04-07 00:19:04 -07:00
parent 65c5ef5c7f
commit 16fae84dc0

View file

@ -51,9 +51,9 @@
(define (home-inkplate-display-mcron-service config)
(list #~(job '(next-day)
(lambda ()
(system* "herd" "start" "inkplate-display"))
(system* #$(file-append inkplate-display "/bin/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
(service-type