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

11 lines
196 B
SYSTEMD
Raw Permalink Normal View History

2016-10-10 19:24:59 +02:00
[Unit]
Description=Start tmux in detached session
[Service]
Type=forking
ExecStart=/usr/bin/tmux new-session -s %u -d
ExecStop=/usr/bin/tmux kill-session -t %u
[Install]
2018-11-01 09:50:03 +01:00
WantedBy=default.target