dotfiles/.config/systemd/user/tmux.service

11 lines
150 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Run tmux server
[Service]
Restart=always
StartLimitIntervalSec=0
ExecStart=/usr/bin/tmux -D -u
[Install]
WantedBy=default.target