diff options
-rw-r--r-- | sigils/services/wayland.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigils/services/wayland.scm b/sigils/services/wayland.scm index 94e6f6f..3f6609a 100644 --- a/sigils/services/wayland.scm +++ b/sigils/services/wayland.scm @@ -155,6 +155,7 @@ The example configuration: (shepherd-service (provision '(kanshi)) (requirement '(dbus)) + (respawn-delay 1) (start #~(make-forkexec-constructor (list #$(file-append kanshi "/bin/kanshi")) #:log-file (string-append |