瀏覽代碼

Using SIGINT instead of SIGTERM for systemd

Penta 5 年之前
父節點
當前提交
9d48d4ac26
共有 1 個文件被更改,包括 1 次插入1 次删除
  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