Add systemd service setup

This commit is contained in:
Sonny Bakker 2020-11-29 17:28:23 +01:00
parent e64c4a9879
commit 4aa78f0c48
8 changed files with 79 additions and 1 deletions

16
roles/arch/files/tmux_start Executable file
View file

@ -0,0 +1,16 @@
#!/bin/bash
MAIN="main"
DEVELOPMENT="development"
tmux start-server
tmux new-session -ds $MAIN
tmux new-window
tmux new-window
tmux select-window -t 0
tmux new-session -ds $DEVELOPMENT
tmux new-window
tmux new-window
tmux new-window
tmux select-window -t 0