소스 검색

Delete malbot.service

Penta 5 년 전
부모
커밋
0b11268a65
1개의 변경된 파일0개의 추가작업 그리고 15개의 파일을 삭제
  1. 0 15
      malbot.service

+ 0 - 15
malbot.service

@@ -1,15 +0,0 @@
-[Unit]
-Description=MyAnimeList Discord Bot
-After=network.target nss-lookup.target
-
-[Service]
-Type=simple
-ExecStart=/usr/local/bin/python3.7 /opt/malbot/myanimebot.py
-ExecStop=/bin/kill -15 $MAINPID
-Restart=on-failure
-
-User=malbot
-Group=malbot
-
-[Install]
-WantedBy=multi-user.target