Create crawler service file.

This commit is contained in:
Kenwood 2021-07-04 12:16:41 -04:00
parent 227815ac32
commit 941b5ac4e8
1 changed files with 12 additions and 0 deletions

View File

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