Skip to content
Snippets Groups Projects
Select Git revision
  • navrh-automaty-gramatiky
  • master default
2 results

ADS1.md

Blame
  • osmo.service.example 217 B
    [Unit]
    Description=uWSGI instance to serve mo.mff.cuni.cz/osmo_test/
    After=network.target
    
    [Service]
    WorkingDirectory=/akce/mo/osmo-test
    ExecStart=/usr/bin/uwsgi --ini etc/uwsgi.ini
    
    [Install]
    WantedBy=default.target