Kaynağa Gözat

Using SIGINT instead of SIGTERM for systemd

Penta 5 yıl önce
ebeveyn
işleme
9d48d4ac26
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      extra/myanimebot.service

+ 1 - 1
extra/myanimebot.service

@@ -6,7 +6,7 @@ After=network.target nss-lookup.target
 Type=simple
 WorkingDirectory=/opt/MyAnimeBot/
 ExecStart=/usr/local/bin/python3.7 /opt/MyAnimeBot/myanimebot.py
-ExecStop=/bin/kill -15 $MAINPID
+ExecStop=/bin/kill -2 $MAINPID
 Restart=on-failure
 
 User=mab