13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description=Tmux Server
|
|
|
|
[Service]
|
|
Type=forking
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/tmux new-session -d -s %u
|
|
ExecStop=/usr/bin/tmux kill-session -t %u
|
|
Restart=Always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|