Skip to content
Snippets Groups Projects
Select Git revision
  • 2750c6a744a412deaad23c4a1e78c43352c44bdb
  • main default
  • tp3
  • tp2
  • tp1
  • tp3-correction
  • tp2-correction
  • tp1-correction
  • admins
9 results

calculator.service

Blame
  • Forked from an inaccessible project.
    user avatar
    Florentin Labelle authored
    2750c6a7
    History
    calculator.service 241 B
    Description=CiCd.
    After=network.target
    StartLimitIntervalSec=0
    
    [Service]
    Type=simple
    ExecStart=python3 -m uvicorn server:app --port 80 --host 0.0.0.0
    User=root
    WorkingDirectory=/var/www/cicd/calculator
    
    [Install]
    WantedBy=multi-user.target