Commit 187c91eb authored by Vitaly Lipatov's avatar Vitaly Lipatov

gateway: run Python services through interpreter

parent d330f3cb
......@@ -4,7 +4,7 @@ After=network.target eterban.service
[Service]
Type=simple
ExecStart=/usr/share/eterban/eterban_api.py
ExecStart=/usr/bin/python3 /usr/share/eterban/eterban_api.py
Restart=always
RestartSec=5
......
......@@ -4,7 +4,7 @@ After=network.target redis.service
[Service]
Type=simple
ExecStart=/usr/share/eterban/eterban_internal.py
ExecStart=/usr/bin/python3 /usr/share/eterban/eterban_internal.py
Restart=on-failure
RestartSec=5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment