Modify crawler service file.

This commit is contained in:
Kenwood 2021-07-04 12:18:43 -04:00
parent 941b5ac4e8
commit 2ee6bbef90
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
[Unit] [Unit]
Description=Crawler service overseer, manages running main crawler software Description=Crawler service overseer, manages running main crawler software
After=multi-user.target After=multi-user.target
Conflicts=getty@tty1.service
[Service] [Service]
Type=simple Type=simple
Restart=always
ExecStart=/usr/bin/python /srv/crawler/crawler.py ExecStart=/usr/bin/python /srv/crawler/crawler.py
StandardInput=tty-force
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target