init to commit it

This commit is contained in:
2022-03-11 12:39:20 -05:00
parent 608af373e6
commit f0bab10e25
28 changed files with 143 additions and 23 deletions

View File

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