diff --git a/crawler_software/raspberry_pi/crawler.service b/crawler_software/raspberry_pi/crawler.service new file mode 100644 index 0000000..57363ad --- /dev/null +++ b/crawler_software/raspberry_pi/crawler.service @@ -0,0 +1,12 @@ +[Unit] +Description=Crawler service overseer, manages running main crawler software +After=multi-user.target +Conflicts=getty@tty1.service + +[Service] +Type=simple +ExecStart=/usr/bin/python /srv/crawler/crawler.py +StandardInput=tty-force + +[Install] +WantedBy=multi-user.target