[Unit] Description=SolO webserver instance After=network.target [Service] # use EPD data on local hard disk for higher speed #Environment=EPD_DATA_DIR=/data/solo/processed_parquet #Environment=EPD_CONFIG_DIR=/data/solo/configurations # run service User=solo Group=solo ExecStart=/opt/solo_webserver/env/bin/python3 /opt/solo_webserver/src/app.py [Install] WantedBy=multi-user.target