tl-weechat-container/startup.bash

24 lines
371 B
Bash
Raw Normal View History

2022-05-09 02:24:03 +00:00
#!/usr/bin/env bash -x
####
# Notes
#
# Main jobs
#
# - Start zeroteir-one
# - Check that it's running and continuing to run
# - Start sshd
# - Check that it's running and continuing to run
# - Start weechat in tmux
# - Check that it's running and continuing to run
zerotier-one -d
sshd
2022-05-09 02:24:03 +00:00
tmux -f ~/.tmux.conf -L tl-weechat new-session -ds tl-weechat weechat