[Unit] Description=Python Flask Imapsync and hosting tools project. Running on waitress web server After=network.target [Service] User=vtools Group=vtools WorkingDirectory=/home/vtools/pubic_html/ Environment="PATH=/home/vtools/public_html/.venv/bin:/usr/local/bin:/usr/bin:/bin:" ExecStart=/home/vtools/pubic_html/.venv/bin/waitress-serve --listen=0.0.0.0:2005 passenger_wsgi:application Restart=always RestartSec=10 [Install] WantedBy=multi-user.target