Skip to content
Snippets Groups Projects
Commit a1433c88 authored by Martin van Es's avatar Martin van Es
Browse files

Run signer and proxy in uwsgi server

parent d6550931
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory={{ altmdx_dir }}
ExecStart={{ altmdx_dir }}/bin/python -u mdproxy.py
ExecStart={{ altmdx_dir }}/bin/uwgi --ini mdproxy.ini
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=10
......
......@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
WorkingDirectory={{ altmdx_dir }}
ExecStart={{ altmdx_dir }}/bin/python -u mdsigner.py
ExecStart={{ altmdx_dir }}/bin/uwsgi --ini mdsigner.ini
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
RestartSec=10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment