el1syum

Untitled

Nov 12th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [Unit]
  2. Description=scraper
  3. After=syslog.target
  4. After=network.target
  5.  
  6. [Service]
  7. Type=simple
  8. User=root
  9. ExecStart=/root/moto_scraper_bot/venv/bin/python /root/moto_scraper_bot/main.py
  10. WorkingDirectory=/root/moto_scraper_bot
  11. RestartSec=10
  12. Restart=always
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment