From 16fae84dc0bcc3bb21730a700b8e87dbc9419bab Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 7 Apr 2024 00:19:04 -0700 Subject: 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’. --- oni/home/services/utilities.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni') diff --git a/oni/home/services/utilities.scm b/oni/home/services/utilities.scm index 8b84191..f168c3a 100644 --- a/oni/home/services/utilities.scm +++ b/oni/home/services/utilities.scm @@ -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 -- cgit v1.2.3-54-g00ecf