Ver Fonte

Update malbot.service

Penta há 5 anos atrás
pai
commit
cb07e7c35a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      malbot.service

+ 1 - 1
malbot.service

@@ -4,7 +4,7 @@ After=network.target nss-lookup.target
 
 [Service]
 Type=simple
-ExecStart=/usr/local/bin/python3.7 /opt/malbot/bin/myanimebot.py
+ExecStart=/usr/local/bin/python3.7 /opt/malbot/myanimebot.py
 ExecStop=/bin/kill -15 $MAINPID
 Restart=on-failure