Merge branch 'dev' into remove-ratelimit

ansible-ize
eric 2019-04-12 14:03:35 -04:00
commit c640204698
1 changed files with 12 additions and 0 deletions

12
autocat3.service Normal file
View File

@ -0,0 +1,12 @@
[Unit]
Description=autocat3 Service
After=network.target
[Service]
User=autocat
Type=simple
WorkingDirectory=/var/lib/autocat/autocat3
ExecStart=pipenv run CherryPyApp.py
[Install]
WantedBy=multi-user.target