Skip to content

Instantly share code, notes, and snippets.

@raek
Created February 15, 2021 21:57
Show Gist options
  • Save raek/621a3807496358892f432c6514b22e06 to your computer and use it in GitHub Desktop.
Save raek/621a3807496358892f432c6514b22e06 to your computer and use it in GitHub Desktop.
[Unit]
Description=tmux - Terminal Multiplexer Server
[Service]
Type=forking
ExecStartPre=/usr/bin/grep -qs "set-option -s exit-empty off" %h/.tmux.conf
ExecStart=/usr/bin/tmux start-server
ExecStop=/usr/bin/tmux kill-server
Restart=on-failure
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment