Replies: 1 comment 2 replies
-
I seems to me you're thinking of running zellij and placing it in the background. If you want to join a running zellij session, you first must have that zellij session run as the same user as the active terminal connection. I'm unsure if tty is required, but you might need to research how to open a tty for zellij. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use cron/zellij to start some processes during boot.
Here's what I've tried:
crontab:
@reboot zellij -l layout.kdl
layout.kdl
contains the processes to runHowever after boot no zellij sessions are running and log does not indicate any error.
Am I missing something? Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions