removed unnecesary KillMode=None from services running under tmux
This commit is contained in:
parent
582fc7b336
commit
08faddd62b
|
@ -11,7 +11,6 @@ RemainAfterExit=yes
|
|||
Environment="TELEGRAM_DSK_TOKEN=[REDACTED]"
|
||||
ExecStart=/usr/bin/tmux new-session -s diskconnectbot -d /home/diskconnectbot/diskconnectbot/bot.sh start
|
||||
ExecStop=/usr/bin/tmux kill-session -t diskconnectbot
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -10,7 +10,6 @@ Group=syncplay
|
|||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/tmux new-session -s syncplay -d /srv/syncplay/autorun.sh
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -11,7 +11,6 @@ RemainAfterExit=yes
|
|||
Environment="TELEGRAM_DNS_TOKEN=[REDACTED]"
|
||||
ExecStart=/usr/bin/tmux new-session -s tpdnsbot -d /home/tpdnsbot/tpdnsbot/bot.sh start
|
||||
ExecStop=/usr/bin/tmux kill-session -t tpdnsbot
|
||||
KillMode=none
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in New Issue