14 lines
241 B
Desktop File
14 lines
241 B
Desktop File
[Unit]
|
|
Description=tmux master service for the steam user
|
|
|
|
[Service]
|
|
Type=forking
|
|
User=steam
|
|
Group=steam
|
|
ExecStart=/usr/bin/tmux start-server \; set -g exit-empty off
|
|
ExecStop=/usr/bin/tmux kill-server
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|