backend.service 317 B

12345678910111213
  1. [Unit]
  2. Description=Consultorio-backend for {{ client_username }}
  3. After=networking.service
  4. Requires=networking.service
  5. [Service]
  6. User={{ client_username }}
  7. TimeoutStartSec=0
  8. WorkingDirectory=/home/{{ client_username }}/consultorio_backend/back/
  9. ExecStart=/usr/bin/python3 app.py
  10. [Install]
  11. WantedBy=multi-user.target