ref(tmux-systemd-service)
This commit is contained in:
parent
7747600976
commit
21a3015948
@ -6,8 +6,9 @@ After=default.target
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/tmux -D -L %u
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
Restart=on-failure
|
||||
ExecStop=/usr/bin/tmux -L %u kill-server
|
||||
ExecReload=/usr/bin/tmux -L %u source-file /home/%u/.config/tmux/tmux.conf
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
x
Reference in New Issue
Block a user