aboutsummaryrefslogtreecommitdiff
path: root/tmux/systemd/user/tmux.service
blob: 404f188853597b1c611be8a4ac07897166f99804 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=tmux server
Documentation=man:tmux(1)

[Service]
ExecStart=/bin/sh -lc 'exec /usr/bin/tmux start-server \\; set-option -s exit-empty off'
KillMode=mixed
Type=forking

[Install]
WantedBy=default.target