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.
11 lines
225 B
11 lines
225 B
4 years ago
|
[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 mamweb_test.ini
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|