fast microservice to accompany n8n workflow
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 13 lines 282 B view raw
1[Unit] 2Description=OCR Microservice 3After=network.target 4 5[Service] 6User=your-username 7WorkingDirectory=/path/to/ocr_service 8Environment="PATH=/path/to/ocr_service/venv/bin" 9ExecStart=/path/to/ocr_service/venv/bin/python main.py 10Restart=always 11 12[Install] 13WantedBy=multi-user.target