mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-12 19:24:20 +02:00
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:
parent
ade2fd64c7
commit
9545dd36c6
3 changed files with 0 additions and 9 deletions
|
@ -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]
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[Unit]
|
||||
Description=tmux session
|
||||
|
||||
[Service]
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/tmux start-server
|
||||
ExecStop=/usr/bin/tmux kill-server
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue