Commit 1407736e authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Restart tmux server w/ systemd

If lingering is enabled this will cause tmux to continue running even
when nothing is running from it.  Not a huge problem but would be nice
if a tmux.socket unit was possible too.
parent c03046d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ Documentation=man:tmux(1)

[Service]
Type=forking
Restart=always
ExecStart=/usr/bin/tmux start-server
ExecStop=/usr/bin/tmux kill-server