Created
February 15, 2021 21:57
-
-
Save raek/621a3807496358892f432c6514b22e06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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