AutoYADM commit: 2025-02-25 19:25:12
This commit is contained in:
parent
056591f0bb
commit
a5e863e0b0
9 changed files with 610 additions and 1 deletions
17
.config/systemd/user/tmux.service
Normal file
17
.config/systemd/user/tmux.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=tmux default session (detached)
|
||||
Documentation=man:tmux(1)
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/tmux new-session -d
|
||||
|
||||
ExecStop=/home/fic/.config/tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
KillMode=control-group
|
||||
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue