Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
237 B
10 lines
237 B
[Unit]
|
|
Description=uWSGI instance to serve mam-test.kam.mff.cuni.cz
|
|
After=network.target
|
|
|
|
[Service]
|
|
WorkingDirectory=/akce/mam/www/mamweb-test
|
|
ExecStart=/usr/bin/uwsgi --ini setup/uwsgi/mamweb_test.ini
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|