Skip to content
Snippets Groups Projects
Select Git revision
  • 30c6492cce458094ca6341e214253d83ef0a1144
  • master default protected
2 results

net-config@.service

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