[Unit] Description=Launch gunicorn to run web plateform [Service] Type=simple User=root ExecStart=/home/user/start_gunicorn.sh Restart=on-failure [Install] WantedBy=multi-user.target