- [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
|