#!/bin/sh

systemctl start python-faraday
sleep 3
cd /usr/share/python-faraday && ./faraday.py "$@"
systemctl stop python-faraday
