mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 04:04:20 +02:00
systemd: use systemd to start tmux server
This commit is contained in:
parent
2463736fdc
commit
95dd95e4ce
4 changed files with 9 additions and 1 deletions
7
systemd/tmux.service
Normal file
7
systemd/tmux.service
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=tmux session
|
||||
|
||||
[Service]
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/tmux start-server
|
||||
ExecStop=/usr/bin/tmux kill-server
|
Loading…
Add table
Add a link
Reference in a new issue