remove -2 from weechat

master
Paul Walko 2019-03-17 13:48:39 -04:00
parent b3cbc75073
commit c240148cd5
No known key found for this signature in database
GPG Key ID: C123D8B2B64B2169
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ After=network.target
User=pew
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/tmux -2 new-session -d -s irc /usr/bin/weechat
ExecStart=/usr/bin/tmux new-session -d -s irc /usr/bin/weechat
ExecStop=/usr/bin/tmux kill-session -t irc
[Install]