Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=scraper
- After=syslog.target
- After=network.target
- [Service]
- Type=simple
- User=root
- ExecStart=/root/moto_scraper_bot/venv/bin/python /root/moto_scraper_bot/main.py
- WorkingDirectory=/root/moto_scraper_bot
- RestartSec=10
- Restart=always
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment