Przeglądaj źródła

Delete malbot.service

Penta 5 lat temu
rodzic
commit
0b11268a65
1 zmienionych plików z 0 dodań i 15 usunięć
  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