[Unit] Description=Report Converter Tool After=network.target [Service] User=root Group=root WorkingDirectory=/var/www/vhosts/report-tool Environment="PATH=/var/www/vhosts/report-tool/venv/bin" ExecStart=/var/www/vhosts/report-tool/venv/bin/python /var/www/vhosts/report-tool/app.py Restart=always RestartSec=10 [Install] WantedBy=multi-user.target