13 lines
253 B
Plaintext
13 lines
253 B
Plaintext
|
[Unit]
|
||
|
Description=Start tmux in detached session
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-%h/.session-env
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/tmux new-session -s use-session -d
|
||
|
ExecStop=/usr/bin/tmux kill-session -t %u
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|