[Unit]
Description=openCVE Web service

[Service]
User=root
ExecStart=/usr/bin/python3 /usr/local/bin/gunicorn -b 0.0.0.0:80 opencve.app:app

[Install]
WantedBy=multi-user.target