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