systemd: do not start tmux on boot

Dunno why I did that. It has absolutely no effect as the process does
not stay. Maybe this wasn't the case in the past.
This commit is contained in:
Vincent Bernat 2021-07-08 22:29:52 +02:00
parent ade2fd64c7
commit 9545dd36c6
3 changed files with 0 additions and 9 deletions

View file

@ -4,7 +4,6 @@ PartOf=graphical-session.target
After=autorandr.service
After=picom.service
After=xsettingsd.service
After=tmux.service
After=ssh-agent.service
[Service]

View file

@ -1,7 +0,0 @@
[Unit]
Description=tmux session
[Service]
RemainAfterExit=yes
ExecStart=/usr/bin/tmux start-server
ExecStop=/usr/bin/tmux kill-server

View file

@ -11,7 +11,6 @@ Wants=policykit-agent.service
Wants=pulseaudio.service
Wants=redshift.service
Wants=ssh-agent.service
Wants=tmux.service
Wants=xiccd.service
Wants=xsettingsd.service
Wants=xss-lock.service